diff --git a/CHANGELOG.md b/CHANGELOG.md
index d30cae626e8..c8c68078083 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 19.0.6 – 2024-07-12
+### Fixed
+- fix(chat): Fix broken widgets by updating nextcloud/vue library
+ [#12610](https://github.com/nextcloud/spreed/pull/12610)
+- fix(chat): Fix sidebar opening and closing
+ [#12610](https://github.com/nextcloud/spreed/pull/12610)
+- fix(federation): Allow sessions to mark themselves as inactive and block notifications when session is active
+ [#12689](https://github.com/nextcloud/spreed/pull/12689)
+- fix(federation): Correctly handle federation with Nextcloud Server 29.0.4 or later - Part 2
+ [#12687](https://github.com/nextcloud/spreed/pull/12687)
+
## 19.0.5 – 2024-07-11
### Fixed
- fix(federation): Correctly handle federation with Nextcloud Server 29.0.4 or later
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a32bafc8dc8..1e8bbba6575 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,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.
]]>
- 19.0.6-dev.1
+ 19.0.6
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index f5944a84b4b..e7e0c78f735 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "19.0.5",
+ "version": "19.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "19.0.5",
+ "version": "19.0.6",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index bf70d96f2cf..041ec90941e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "19.0.5",
+ "version": "19.0.6",
"private": true,
"description": "",
"author": "Joas Schilling ",