From 534eaefd8a3e1016039636ab9a255c339b35b436 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Jul 2026 14:42:29 +0200 Subject: [PATCH 1/2] chore(release): Changelog for v22.0.15 Signed-off-by: Joas Schilling --- docs/changelogs/changelog-22.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 From fb9b1a9bb320365f49ec24d977bd95aa047c868c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Jul 2026 15:27:12 +0200 Subject: [PATCH 2/2] chore(release): Set version to 22.0.15 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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/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",