diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62423fe57e7..8608d08ce18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,40 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 20.0.0-beta.1 – 2024-07-26
+### Added
+- Banning users and guests
+ [#12291](https://github.com/nextcloud/spreed/issues/12291)
+- Allow to prevent "@all" mentions for non-moderators
+ [#9074](https://github.com/nextcloud/spreed/issues/9074)
+- Add button to show smart picker
+ [#12250](https://github.com/nextcloud/spreed/issues/12250)
+- Dispatch events when enabling or disabling bots
+ [#12551](https://github.com/nextcloud/spreed/pull/12551)
+- Preview: Federated calls
+ [#11232](https://github.com/nextcloud/spreed/issues/11232)
+
+### Changed
+- Requires Nextcloud 30
+- External signaling requires [federation support](https://github.com/strukturag/nextcloud-spreed-signaling/pull/776)
+- API performance improvements
+- Dynamic order of tiles in a call
+ [#11393](https://github.com/nextcloud/spreed/issues/11393)
+- Automatically lower raised hand when participant speaks
+ [#12399](https://github.com/nextcloud/spreed/issues/12399)
+- Show confirmation dialog when removing a participant
+ [#12543](https://github.com/nextcloud/spreed/pull/12543)
+- Show description when listing open conversations
+ [#12209](https://github.com/nextcloud/spreed/issues/12209)
+- Outline the participant count when trying to mention everyone
+ [#12782](https://github.com/nextcloud/spreed/pull/12782)
+- Show out-of-office replacement in the out-of-office message
+ [#12510](https://github.com/nextcloud/spreed/pull/12510)
+
+### Known issues
+- Design: not fully adjusted to changes in Nextcloud 30
+- Federated calls: broken participant avatars and missing call notifications
+
## 19.0.7 – 2024-07-15
### Fixed
- fix(federation): Fix missing notifications in https-federated conversations (Nextcloud Server 29.0.4 or later - Part 3)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f66c910a10b..7bbf8b6ea00 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
]]>
- 20.0.0-dev.8
+ 20.0.0-beta.1
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index d2e0ff3873d..f1d618b3ffb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "20.0.0-dev.0",
+ "version": "20.0.0-beta.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "20.0.0-dev.0",
+ "version": "20.0.0-beta.1",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 24f720142b0..70c30571010 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "20.0.0-dev.0",
+ "version": "20.0.0-beta.1",
"private": true,
"description": "",
"author": "Joas Schilling ",