diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4c5038cb317..769b28231b1 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.12
+ 22.0.13
agpl
Anna Larch
diff --git a/docs/changelogs/changelog-22.md b/docs/changelogs/changelog-22.md
index a47c2fe463a..f9c2a030de1 100644
--- a/docs/changelogs/changelog-22.md
+++ b/docs/changelogs/changelog-22.md
@@ -5,6 +5,25 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 22.0.13 – 2026-05-28
+### Changed
+- Update dependencies
+- Update translations
+
+### Fixed
+- fix(call): Render other user's video while screensharing
+ [#18063](https://github.com/nextcloud/spreed/pull/18063)
+- fix(notifications): Fix name in reaction notification for federated users
+ [#18066](https://github.com/nextcloud/spreed/pull/18066)
+- fix(admin): Allow accessing admin settings in limited Talk configuration environment
+ [#18125](https://github.com/nextcloud/spreed/pull/18125)
+- fix(sipbridge): Authenticate internal request from SIP Bridge
+ [#18117](https://github.com/nextcloud/spreed/pull/18117)
+- fix(conversation): Refresh list on disinvite event
+ [#18130](https://github.com/nextcloud/spreed/pull/18130)
+- fix(chat): Fix email guests name caching
+ [#18135](https://github.com/nextcloud/spreed/pull/18135)
+
## 22.0.12 – 2026-04-30
### Changed
- Update dependencies
diff --git a/package-lock.json b/package-lock.json
index 1a7227232ef..5fbc4af513f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "22.0.12",
+ "version": "22.0.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "22.0.12",
+ "version": "22.0.13",
"license": "agpl",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
diff --git a/package.json b/package.json
index d5698e84868..807ae9c519b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "22.0.12",
+ "version": "22.0.13",
"private": true,
"description": "",
"license": "agpl",