diff --git a/CHANGELOG.md b/CHANGELOG.md
index 805a6e724b..2eef5d4233 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
All notable changes to this project will be documented in this file.
## 20.0.0-rc.1 – 2024-08-15
-### Fixed
+### Added
- Show upcoming event information (up to 1 month) in conversation top bar
[#12984](https://github.com/nextcloud/spreed/issues/12984)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e90607f327..4db51b9edd 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-beta.3
+ 20.0.0-rc.1
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index 321477ece7..7adee5c710 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "20.0.0-beta.3",
+ "version": "20.0.0-rc.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "20.0.0-beta.3",
+ "version": "20.0.0-rc.1",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 71bdac5594..cff899273e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "20.0.0-beta.3",
+ "version": "20.0.0-rc.1",
"private": true,
"description": "",
"author": "Joas Schilling ",