diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b25444de0..0854aeff172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ # Changelog All notable changes to this project will be documented in this file. +## 22.0.6 – 2025-12-15 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(chat): Correctly expire shared items in sidebar + [#16569](https://github.com/nextcloud/spreed/pull/16569) +- fix(call): Show video streams of other attendees for guests + [#16544](https://github.com/nextcloud/spreed/pull/16544) +- fix(call): Prevent call reactions overflow for users + [#16581](https://github.com/nextcloud/spreed/pull/16581) + +## 21.1.7 – 2025-12-15 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(chat): Correctly expire shared items in sidebar + [#16573](https://github.com/nextcloud/spreed/pull/16573) +- fix(call): Show video streams of other attendees for guests + [#16546](https://github.com/nextcloud/spreed/pull/16546) + ## 22.0.5 – 2025-12-11 ### Changed - Update dependencies diff --git a/appinfo/info.xml b/appinfo/info.xml index ddc81424cba..422879256ef 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.5 + 22.0.6 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index d26b488b391..e046fd7915a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "22.0.5", + "version": "22.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "22.0.5", + "version": "22.0.6", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index 9d46fcafd9c..a013b4ec503 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "22.0.5", + "version": "22.0.6", "private": true, "description": "", "license": "agpl",