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
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 ",