diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8aa1680e1c0..c14f1e55460 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.10
+ 22.0.11
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/package-lock.json b/package-lock.json
index 6b0d8b7f8a0..a0985f4b5cd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "22.0.10",
+ "version": "22.0.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "22.0.10",
+ "version": "22.0.11",
"license": "agpl",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
diff --git a/package.json b/package.json
index bf7470df14a..7f59fd0e393 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "22.0.10",
+ "version": "22.0.11",
"private": true,
"description": "",
"license": "agpl",