From cad04e7ccfadc4fc5f760fbce9c4e4b6f1b08c23 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 19 Dec 2023 06:48:31 +0100 Subject: [PATCH 1/2] chore(release): Add changelog for 16.0.9 Signed-off-by: Joas Schilling --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b796dcb8e02..d6b75caa611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 16.0.9 – 2023-12-19 +### Fixed +- fix(occ): Fix verification of STUN server details + [#11195](https://github.com/nextcloud/spreed/issues/11195) +- fix(hosted-hpb): Correctly handle API response codes of hosted High-performance backend when the account expired + [#11045](https://github.com/nextcloud/spreed/issues/11045) + ## 16.0.8 – 2023-11-23 ### Fixed - fix(settings): Remove non-working notification settings for guests From c294ea5ffd5629fdbc818bb7ee75b96512feb4e1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 19 Dec 2023 06:54:05 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 16.0.9 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 312d9f4d480..47f440121ca 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.8 + 16.0.9 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index bf45307d028..92136620a71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "16.0.8", + "version": "16.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "16.0.8", + "version": "16.0.9", "license": "agpl", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index d459d37f245..6820fd41a1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "16.0.8", + "version": "16.0.9", "private": true, "description": "", "author": "Joas Schilling ",