diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a5a7b4d7a5..6e024016671 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 17.1.9 – 2024-05-23
+### Fixed
+- fix(polls): Remove actor info from system message
+ [#12342](https://github.com/nextcloud/spreed/pull/12342)
+- fix(recording): Stop broken recording backend
+ [#12401](https://github.com/nextcloud/spreed/pull/12401)
+
## 17.1.8 – 2024-04-12
### Changed
- Update translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ef3456d34f2..f08c7579ffc 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
]]>
- 17.1.8
+ 17.1.9
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index 1c7b6a0da47..3829c5f1a65 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.1.8",
+ "version": "17.1.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.1.8",
+ "version": "17.1.9",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index e950bb5b215..a8e76162ca1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.1.8",
+ "version": "17.1.9",
"private": true,
"description": "",
"author": "Joas Schilling ",