diff --git a/CHANGELOG.md b/CHANGELOG.md
index f111fb4af12..56adc75ded0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 21.1.7 – 2025-12-15
+### Changed
+- Update dependencies
+- Update translations
+
+### Fixed
+- fix(chat): Correctly expire shared items in sidebar
+ [#16573](https://github.com/nextcloud/spreed/pull/16573)
+- fix(call): Show video streams of other attendees for guests
+ [#16546](https://github.com/nextcloud/spreed/pull/16546)
+
## 21.1.6 – 2025-12-11
### Changed
- Update dependencies
diff --git a/appinfo/info.xml b/appinfo/info.xml
index aea8b5385a3..83f834fc9a1 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.6
+ 21.1.7
agpl
Anna Larch
diff --git a/package-lock.json b/package-lock.json
index aa565df614b..51997ecaff6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "21.1.6",
+ "version": "21.1.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "21.1.6",
+ "version": "21.1.7",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index e6c80defe89..d8d5e7d453f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "21.1.6",
+ "version": "21.1.7",
"private": true,
"description": "",
"license": "agpl",