diff --git a/CHANGELOG.md b/CHANGELOG.md
index 442deacf4e9..acd061f3ef2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,19 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 20.1.9 – 2025-07-17
+### Changed
+- Update translations
+- Update dependencies
+
+### Fixed
+- fix(settings): Allow changing call notification level for federated conversations
+ [#15515](https://github.com/nextcloud/spreed/issues/15515)
+- fix(settings): Fix class name of background job checking certificates
+ [#15463](https://github.com/nextcloud/spreed/issues/15463)
+- fix(polls): Fix deleting poll drafts
+ [#15535](https://github.com/nextcloud/spreed/issues/15535)
+
## 20.1.8 – 2025-07-03
### Changed
- Update translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a8f775d9ec8..cf2fe9fc999 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,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.
]]>
- 20.1.8
+ 20.1.9
agpl
Anna Larch
diff --git a/package-lock.json b/package-lock.json
index 595a3b46d18..5decbec460c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "20.1.8",
+ "version": "20.1.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "20.1.8",
+ "version": "20.1.9",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 545574dd8fd..8ada2da1494 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "20.1.8",
+ "version": "20.1.9",
"private": true,
"description": "",
"author": "Joas Schilling ",