diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c735cdc11e..30b868750aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,42 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 21.1.1 – 2025-07-03
+### Changed
+- Update translations
+- Update dependencies
+
+### Fixed
+- fix(chat): Always render code blocks left-to-right
+ [#15364](https://github.com/nextcloud/spreed/issues/15364)
+- fix(call): Allow end-to-end encrypted calls in integrations like files and sharing
+ [#15415](https://github.com/nextcloud/spreed/issues/15415)
+- fix(sip): Add log message when direct dial-in had no match to help configuring phone numbers
+ [#15358](https://github.com/nextcloud/spreed/issues/15358)
+- fix(federation): Fix sending invites from conversations without an owner
+ [#15354](https://github.com/nextcloud/spreed/issues/15354)
+- fix(settings): Show errors when the websocket connection could not be opened
+ [#15368](https://github.com/nextcloud/spreed/issues/15368)
+- fix(settings): Validate that signaling private and public key match
+ [#15357](https://github.com/nextcloud/spreed/issues/15357)
+- fix(settings): Do not break when settings has an incomplete server URL
+ [#15453](https://github.com/nextcloud/spreed/issues/15453)
+
+## 20.1.8 – 2025-07-03
+### Changed
+- Update translations
+- Update dependencies
+
+### Fixed
+- fix(chat): Remove items from the shared items list when a message is deleted
+ [#15222](https://github.com/nextcloud/spreed/issues/15222)
+- fix(chat): Allow deleting shared call recordings
+ [#15241](https://github.com/nextcloud/spreed/issues/15241)
+- fix(federation): Fix sending invites from conversations without an owner
+ [#15353](https://github.com/nextcloud/spreed/issues/15353)
+- fix(settings): Do not break when settings has an incomplete server URL
+ [#15452](https://github.com/nextcloud/spreed/issues/15452)
+
## 21.1.0 – 2025-06-05
### Added
- 📅 Improve handling of event conversations: filtered until close to the meeting, default expiration, tracking of event name and description
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2f2870b221d..559ae2c6f85 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.
]]>
- 21.1.0
+ 21.1.1
agpl
Anna Larch
diff --git a/package-lock.json b/package-lock.json
index 302546a9f38..511022e76b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "21.1.0",
+ "version": "21.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "21.1.0",
+ "version": "21.1.1",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 120feca4c35..f47ff3a3405 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "21.1.0",
+ "version": "21.1.1",
"private": true,
"description": "",
"license": "agpl",