diff --git a/appinfo/info.xml b/appinfo/info.xml
index 75b8da0f06b..d009bef0946 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.
]]>
- 24.0.0-rc.2
+ 24.0.0-rc.3
agpl
Anna Larch
diff --git a/docs/changelogs/changelog-24.md b/docs/changelogs/changelog-24.md
index 425448ebbb3..7e0f6ef721a 100644
--- a/docs/changelogs/changelog-24.md
+++ b/docs/changelogs/changelog-24.md
@@ -5,6 +5,29 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 24.0.0-rc.3 – 2026-05-28
+### Changed
+- Update dependencies
+- Update translations
+
+### Fixed
+- fix(call): Render other user's video while screensharing
+ [#18065](https://github.com/nextcloud/spreed/pull/18065)
+- fix(notifications): Fix name in reaction notification for federated users
+ [#18068](https://github.com/nextcloud/spreed/pull/18068)
+- fix(admin): Allow accessing admin settings in limited Talk configuration environment
+ [#18127](https://github.com/nextcloud/spreed/pull/18127)
+- fix(sipbridge): Authenticate internal request from SIP Bridge
+ [#18119](https://github.com/nextcloud/spreed/pull/18119)
+- fix(conversation): Refresh list on disinvite event
+ [#18132](https://github.com/nextcloud/spreed/pull/18132)
+- fix(chat): Fix email guests name caching
+ [#18136](https://github.com/nextcloud/spreed/pull/18136)
+- fix(conversations): Adjust logic for 'Unread mentions' navigation
+ [#18134](https://github.com/nextcloud/spreed/pull/18134)
+- fix(call): Respect participant permissions for hardware access
+ [#18137](https://github.com/nextcloud/spreed/pull/18137)
+
## 24.0.0-rc.2 – 2026-05-21
### Added
- feat(call): Move "Raise hand" in call reactions menu
diff --git a/package-lock.json b/package-lock.json
index 1fa1ed75fb6..46b598a2f0b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "24.0.0-rc.2",
+ "version": "24.0.0-rc.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "24.0.0-rc.2",
+ "version": "24.0.0-rc.3",
"license": "agpl",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
diff --git a/package.json b/package.json
index d03d0b68238..9ca99f4dd7f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "24.0.0-rc.2",
+ "version": "24.0.0-rc.3",
"private": true,
"description": "",
"license": "agpl",