diff --git a/appinfo/info.xml b/appinfo/info.xml
index ef904f04a0d..a9a6989ef9c 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.
]]>
- 25.0.0-rc.1
+ 25.0.0-rc.2
AGPL-3.0-or-later
Christian Lorang
diff --git a/docs/changelogs/changelog-25.md b/docs/changelogs/changelog-25.md
index 485568590ed..9ede91d0bde 100644
--- a/docs/changelogs/changelog-25.md
+++ b/docs/changelogs/changelog-25.md
@@ -5,6 +5,32 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 25.0.0-rc.2 – 2026-09-03
+### Changed
+- Update dependencies
+- Update translations
+- feat(recording): support configurable call summary prompts
+ [#19252](https://github.com/nextcloud/spreed/pull/19252)
+- feat(search): promote "search messages in current chat" feature better
+ [#19185](https://github.com/nextcloud/spreed/pull/19185)
+
+### Fixed
+- fix(attachments): Fix missing previews for guests
+ [#19254](https://github.com/nextcloud/spreed/pull/19254)
+ [#19168](https://github.com/nextcloud/spreed/pull/19168)
+- fix(chat): lock scrolling in inactive session
+ [#19226](https://github.com/nextcloud/spreed/pull/19226)
+- fix(chat): Send read marker only when session is active
+ [#19219](https://github.com/nextcloud/spreed/pull/19219)
+- fix(chat): Sanitise file name
+ [#19230](https://github.com/nextcloud/spreed/pull/19230)
+- fix(presets): apply default presets that are set by admins
+ [#19184](https://github.com/nextcloud/spreed/pull/19184)
+- fix(sharing): Add a repair step to remove orphan entries
+ [#19246](https://github.com/nextcloud/spreed/pull/19246)
+- fix(sip): Correct restrict SIP creation
+ [#19243](https://github.com/nextcloud/spreed/pull/19243)
+
## 25.0.0-rc.1 – 2026-08-26
### Changed
- Update dependencies
diff --git a/package-lock.json b/package-lock.json
index 25b08fc3da8..7a94d0f9bdd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "25.0.0-rc.1",
+ "version": "25.0.0-rc.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "25.0.0-rc.1",
+ "version": "25.0.0-rc.2",
"license": "agpl",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
diff --git a/package.json b/package.json
index c1e7470c4dc..b6834a22b3d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "25.0.0-rc.1",
+ "version": "25.0.0-rc.2",
"private": true,
"description": "",
"license": "agpl",