diff --git a/CHANGELOG.md b/CHANGELOG.md index 0854aeff172..5851f87d333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 22.0.7 – 2025-12-17 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(chat): fix loading more shared items + [#16589](https://github.com/nextcloud/spreed/pull/16589) + ## 22.0.6 – 2025-12-15 ### Changed - Update dependencies diff --git a/appinfo/info.xml b/appinfo/info.xml index 422879256ef..aeec2aeade9 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.6 + 22.0.7 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index e046fd7915a..a2341e3abf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "22.0.6", + "version": "22.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "22.0.6", + "version": "22.0.7", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index a013b4ec503..c82df287c48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "22.0.6", + "version": "22.0.7", "private": true, "description": "", "license": "agpl",