diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e024016671..9baf3e623b4 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.10 – 2024-06-27
+### Fixed
+- fix(bots): Fix bots with self-signed certificates
+ [#12469](https://github.com/nextcloud/spreed/pull/12469)
+- fix(shareIntegration): Fix handle to close and open the right sidebar on publish share links
+ [#12495](https://github.com/nextcloud/spreed/pull/12495)
+
## 17.1.9 – 2024-05-23
### Fixed
- fix(polls): Remove actor info from system message
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f08c7579ffc..2071cd75e7d 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.9
+ 17.1.10
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index f1894fbd30c..8d1ed006559 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.1.9",
+ "version": "17.1.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.1.9",
+ "version": "17.1.10",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 5e096269f67..86e6d1caa0b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.1.9",
+ "version": "17.1.10",
"private": true,
"description": "",
"author": "Joas Schilling ",