diff --git a/CHANGELOG.md b/CHANGELOG.md index c906d2c0b08..442deacf4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ # Changelog All notable changes to this project will be documented in this file. +## 20.1.8 – 2025-07-03 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(chat): Remove items from the shared items list when a message is deleted + [#15222](https://github.com/nextcloud/spreed/issues/15222) +- fix(chat): Allow deleting shared call recordings + [#15241](https://github.com/nextcloud/spreed/issues/15241) +- fix(federation): Fix sending invites from conversations without an owner + [#15353](https://github.com/nextcloud/spreed/issues/15353) +- fix(settings): Do not break when settings has an incomplete server URL + [#15452](https://github.com/nextcloud/spreed/issues/15452) + ## 20.1.7 – 2025-05-22 ### Changed - Update translations diff --git a/appinfo/info.xml b/appinfo/info.xml index 6885ed78006..26659f1d432 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. ]]> - 20.1.7 + 20.1.8 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index e2aadb05398..595a3b46d18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.1.7", + "version": "20.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.1.7", + "version": "20.1.8", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 3bd202f3e9e..545574dd8fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.1.7", + "version": "20.1.8", "private": true, "description": "", "author": "Joas Schilling ",