diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3141504a655..677619cdf65 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.
]]>
- 23.0.2
+ 23.0.3
agpl
Anna Larch
diff --git a/docs/changelogs/changelog-21.md b/docs/changelogs/changelog-21.md
index ef13cf0e9e8..8bd5831e541 100644
--- a/docs/changelogs/changelog-21.md
+++ b/docs/changelogs/changelog-21.md
@@ -5,6 +5,19 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 21.1.10 – 2026-04-02
+### Changed
+- Update dependencies
+- Update translations
+
+### Fixed
+- fix(signaling): Check recipient room with internal signaling
+ [#17578](https://github.com/nextcloud/spreed/pull/17578)
+- fix(signaling): Limit signaling support without conversation-token
+ [#17588](https://github.com/nextcloud/spreed/pull/17588)
+- fix(signaling): Expect nonce on request when setting up hosted signaling server
+ [#17581](https://github.com/nextcloud/spreed/pull/17581)
+
## 21.1.9 – 2026-02-12
### Changed
- Update dependencies
diff --git a/docs/changelogs/changelog-22.md b/docs/changelogs/changelog-22.md
index 9bc14c7f96f..d62fdb11f9b 100644
--- a/docs/changelogs/changelog-22.md
+++ b/docs/changelogs/changelog-22.md
@@ -5,6 +5,31 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 22.0.11 – 2026-04-02
+### Changed
+- Update dependencies
+- Update translations
+
+### Fixed
+- fix(chat): Keep thread information when copying link of a message
+ [#17478](https://github.com/nextcloud/spreed/pull/17478)
+- fix(call): Fix unneeded signaling messages when sending initial state
+ [#17407](https://github.com/nextcloud/spreed/pull/17407)
+- fix(conversation): Improve translation string for automatic deletion of conversations
+ [#17411](https://github.com/nextcloud/spreed/pull/17411)
+- fix(meeting): Don't log a PHP error when a todo item is edited
+ [#17547](https://github.com/nextcloud/spreed/pull/17547)
+- fix(phone): Improve phone number input validation of OCC commands
+ [#17551](https://github.com/nextcloud/spreed/pull/17551)
+- fix(video-verification): Fix video-verification when "Start call" is limited to moderators
+ [#17504](https://github.com/nextcloud/spreed/pull/17504)
+- fix(signaling): Check recipient room with internal signaling
+ [#17579](https://github.com/nextcloud/spreed/pull/17579)
+- fix(signaling): Limit signaling support without conversation-token
+ [#17587](https://github.com/nextcloud/spreed/pull/17587)
+- fix(signaling): Expect nonce on request when setting up hosted signaling server
+ [#17582](https://github.com/nextcloud/spreed/pull/17582)
+
## 22.0.10 – 2026-03-19
### Changed
- Update dependencies
diff --git a/docs/changelogs/changelog-23.md b/docs/changelogs/changelog-23.md
index 0e147fedee7..15320a9307e 100644
--- a/docs/changelogs/changelog-23.md
+++ b/docs/changelogs/changelog-23.md
@@ -5,6 +5,35 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 23.0.3 – 2026-04-02
+### Changed
+- Update dependencies
+- Update translations
+
+### Fixed
+- fix(call): Fix regression with microphone options in Safari
+ [#17566](https://github.com/nextcloud/spreed/pull/17566)
+- fix(call): Improve GPU performance when virtual background is used
+ [#17596](https://github.com/nextcloud/spreed/pull/17596)
+- fix(chat): Keep thread information when copying link of a message
+ [#17479](https://github.com/nextcloud/spreed/pull/17479)
+- fix(conversation): Show full name of author on last message hover
+ [#17562](https://github.com/nextcloud/spreed/pull/17562)
+- fix(conversation): Improve translation string for automatic deletion of conversations
+ [#17410](https://github.com/nextcloud/spreed/pull/17410)
+- fix(meeting): Don't log a PHP error when a todo item is edited
+ [#17548](https://github.com/nextcloud/spreed/pull/17548)
+- fix(phone): Improve phone number input validation of OCC commands
+ [#17550](https://github.com/nextcloud/spreed/pull/17550)
+- fix(video-verification): Fix video-verification when "Start call" is limited to moderators
+ [#17505](https://github.com/nextcloud/spreed/pull/17505)
+- fix(signaling): Check recipient room with internal signaling
+ [#17580](https://github.com/nextcloud/spreed/pull/17580)
+- fix(signaling): Limit signaling support without conversation-token
+ [#17586](https://github.com/nextcloud/spreed/pull/17586)
+- fix(signaling): Expect nonce on request when setting up hosted signaling server
+ [#17583](https://github.com/nextcloud/spreed/pull/17583)
+
## 23.0.2 – 2026-03-19
### Changed
- Update dependencies
diff --git a/package-lock.json b/package-lock.json
index ea319d6e172..4ecd5e648b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "23.0.2",
+ "version": "23.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "23.0.2",
+ "version": "23.0.3",
"license": "agpl",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
diff --git a/package.json b/package.json
index 55ba74af137..e5b865096e6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "23.0.2",
+ "version": "23.0.3",
"private": true,
"description": "",
"license": "agpl",