diff --git a/CHANGELOG.md b/CHANGELOG.md index e7911acc0c1..02f105d8593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. -## 19.0.0-beta.4 – 2024-03-19 +## 19.0.0-beta.5 – 2024-03-26 +### Changed +- Update translations +- Update several dependencies + +### Fixed +- Fix handling of cloud ID when provided in wrong casing + [#11922](https://github.com/nextcloud/spreed/issues/11922) +- Fix flow notifications triggered by own actions and in note-to-self conversations + [#11918](https://github.com/nextcloud/spreed/issues/11918) +- Hide call related user settings in federated conversations + [#11892](https://github.com/nextcloud/spreed/issues/11892) + +## 19.0.0-beta.4 – 2024-03-21 ### Changed - Update translations - Update several dependencies diff --git a/appinfo/info.xml b/appinfo/info.xml index 8043051ab0f..4b9ad014ce7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 19.0.0-beta.4 + 19.0.0-beta.5 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index e55eb186464..6db09666903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.0-beta.4", + "version": "19.0.0-beta.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.0-beta.4", + "version": "19.0.0-beta.5", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index e875c09485c..73ae6af554e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.0-beta.4", + "version": "19.0.0-beta.5", "private": true, "description": "", "author": "Joas Schilling ",