diff --git a/CHANGELOG.md b/CHANGELOG.md
index acd061f3ef2..14df8b04100 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.10 – 2025-09-18
+### Changed
+- Update translations
+- Update dependencies
+
+### Fixed
+- fix(chat): Support at-all in captions
+ [#15746](https://github.com/nextcloud/spreed/issues/15746)
+- fix(chat): Fix loading a completely empty conversation as a guest
+ [#15551](https://github.com/nextcloud/spreed/issues/15551)
+- fix(conversation): Fix joining and leaving conversations when errors occurred
+ [#15796](https://github.com/nextcloud/spreed/issues/15796)
+
## 20.1.9 – 2025-07-17
### Changed
- Update translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cf2fe9fc999..b19e7d99282 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.9
+ 20.1.10
agpl
Anna Larch
diff --git a/package-lock.json b/package-lock.json
index 5decbec460c..dd62e9d99c3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "20.1.9",
+ "version": "20.1.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "20.1.9",
+ "version": "20.1.10",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 8ada2da1494..16ab5121052 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "20.1.9",
+ "version": "20.1.10",
"private": true,
"description": "",
"author": "Joas Schilling ",