From 29944370839abe1d9e0a70f40881c1866153db70 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Nov 2023 16:53:47 +0100 Subject: [PATCH 1/2] chore(release): Add changelog for 16.0.8 Signed-off-by: Joas Schilling --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9db55d1c7..b796dcb8e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## 16.0.8 – 2023-11-23 +### Fixed +- fix(settings): Remove non-working notification settings for guests + [#10976](https://github.com/nextcloud/spreed/issues/10976) +- fix(settings): Fix option to request an HPB trial + [#10967](https://github.com/nextcloud/spreed/issues/10967) +- fix(settings): Fail recording server test when an HPB was given as recording backend + [#10950](https://github.com/nextcloud/spreed/issues/10950) +- fix(chat): Hide delete option for guests + [#10807](https://github.com/nextcloud/spreed/issues/10807) + ## 16.0.7 – 2023-10-27 ### Changed - Update dependencies From fb87df3e0e3271d87f5908c849d01598c2318561 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Nov 2023 16:57:05 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 16.0.8 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 6586d3d750b..312d9f4d480 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 ]]> - 16.0.7 + 16.0.8 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index db537617363..9565903caad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "16.0.7", + "version": "16.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "16.0.7", + "version": "16.0.8", "license": "agpl", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 45b3d2159c0..2f828dab4fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "16.0.7", + "version": "16.0.8", "private": true, "description": "", "author": "Joas Schilling ",