diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21e6cc4f9e6..702becb6dad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,27 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 18.0.0-beta.1 – 2023-11-02
+### Added
+- 🗒️ Note to self
+ [#2196](https://github.com/nextcloud/spreed/issues/2196)
+- 🎙️ Show speaker while screensharing
+ [#4478](https://github.com/nextcloud/spreed/issues/4478)
+- 🏷️ Add a caption to your file before sharing it into the chat
+ [#5354](https://github.com/nextcloud/spreed/issues/5354)
+- 👤 Ask Guest to enter a name when connecting
+ [#855](https://github.com/nextcloud/spreed/issues/855)
+- 🤩 Animated call reactions
+ [#10561](https://github.com/nextcloud/spreed/issues/10561)
+- 🖋️ Optionally require consent before joining a recorded call
+ [#10348](https://github.com/nextcloud/spreed/issues/10348)
+- 📲 Allow calling phone numbers from within Talk using SIP dialout
+ [#10346](https://github.com/nextcloud/spreed/issues/10346)
+
+### Changed
+- Requires Nextcloud 28
+- Update several dependencies
+
## 17.1.2 – 2023-10-27
### Changed
- Update dependencies
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f39928a84ba..7bb03e6f794 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]>
- 18.0.0-dev.9
+ 18.0.0-beta.1
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index 13f8b156370..627ed97c7d3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "18.0.0-dev.0",
+ "version": "18.0.0-beta.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "18.0.0-dev.0",
+ "version": "18.0.0-beta.1",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 6ac84b5642c..974335905f9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "18.0.0-dev.0",
+ "version": "18.0.0-beta.1",
"private": true,
"description": "",
"author": "Joas Schilling ",