diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1e6923905e7..cdea0343b3b 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.14
+ 22.0.15
agpl
Anna Larch
diff --git a/docs/changelogs/changelog-22.md b/docs/changelogs/changelog-22.md
index 7e240394dcc..80a04afef2c 100644
--- a/docs/changelogs/changelog-22.md
+++ b/docs/changelogs/changelog-22.md
@@ -5,6 +5,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 22.0.15 – 2026-07-09
+### Changed
+- Update dependencies
+
+### Fixed
+- fix(sessions): Cleanup stale sessions
+ [#18501](https://github.com/nextcloud/spreed/pull/18501)
+- fix(user): Clean up on user deletion
+ [#18481](https://github.com/nextcloud/spreed/pull/18481)
+
## 22.0.14 – 2026-06-26
### Changed
- Update dependencies
diff --git a/package-lock.json b/package-lock.json
index fb91bfef3eb..5ecfe5e96a8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "22.0.14",
+ "version": "22.0.15",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "22.0.14",
+ "version": "22.0.15",
"license": "agpl",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
diff --git a/package.json b/package.json
index e195f0fdb5f..da469045803 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "22.0.14",
+ "version": "22.0.15",
"private": true,
"description": "",
"license": "agpl",