diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a5dcc27b59..8958a8e6255 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,29 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 22.0.0-rc.1 – 2025-09-04
+### Added
+- feat(hosted-hpb): Support setting the TURN and STUN server if included
+ [#15700](https://github.com/nextcloud/spreed/issues/15700)
+- feat(assistant): Use new assistant theming
+ [#15773](https://github.com/nextcloud/spreed/issues/15773)
+
+### Changed
+- Update dependencies
+- Update translations
+
+### Fixed
+- fix(threads): Allow renaming a thread
+ [#15779](https://github.com/nextcloud/spreed/issues/15779)
+- fix(threads): Hide ignored threads from "Followed threads" list
+ [#15781](https://github.com/nextcloud/spreed/issues/15781)
+- fix(threads): Don't create threads without a title
+ [#15790](https://github.com/nextcloud/spreed/issues/15790)
+- fix(threads): Show temporary message as a thread already
+ [#15800](https://github.com/nextcloud/spreed/issues/15800)
+- fix(calls): Scroll chat to bottom when joining a call
+ [#15774](https://github.com/nextcloud/spreed/issues/15774)
+
## 22.0.0-beta.2 – 2025-08-29
### Added
- feat(calls): Implement live-transcriptions when the ExApp is available
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 73167145f0a..0f21bdc6e90 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.
]]>
- 22.0.0-beta.2
+ 22.0.0-rc.1
agpl
Anna Larch
diff --git a/package-lock.json b/package-lock.json
index 59b94b06236..5bba7432b40 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "22.0.0-beta.2",
+ "version": "22.0.0-rc.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "22.0.0-beta.2",
+ "version": "22.0.0-rc.1",
"license": "agpl",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
diff --git a/package.json b/package.json
index f8fa899f363..932d7774b58 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "22.0.0-beta.2",
+ "version": "22.0.0-rc.1",
"private": true,
"description": "",
"license": "agpl",