From 142466da2a595d4da1d3f46fc89086d5da6f9378 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Feb 2026 14:47:50 +0100 Subject: [PATCH 1/2] chore(release): Changelog for 21.1.9 Signed-off-by: Joas Schilling --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f61777f2ba..98beb603a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ # Changelog All notable changes to this project will be documented in this file. +## 21.1.9 – 2026-02-12 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(mobile-clients): Fix error message for Talk iOS when end-to-end encryption for calls is enabled + [#17002](https://github.com/nextcloud/spreed/pull/17002) +- fix(breakout-rooms): Fix managing existing breakout rooms in conversation settings + [#16967](https://github.com/nextcloud/spreed/pull/16967) +- fix(chat): Fix system messages with email-invited guests + [#16869](https://github.com/nextcloud/spreed/pull/16869) +- fix(federation): Abort requests early when federation is disabled + [#16962](https://github.com/nextcloud/spreed/pull/16962) +- fix(signaling): Unify request validation for HPB, recording and other services + [#17073](https://github.com/nextcloud/spreed/pull/17073) + ## 21.1.8 – 2026-01-15 ### Changed - Update dependencies From fec01e3ff8db3e7b6a78088281ab225c3cac369d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Feb 2026 16:21:20 +0100 Subject: [PATCH 2/2] chore(release): Set version to 21.1.9 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 08c416c0c11..31906f511e9 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.8 + 21.1.9 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index e3172a6dafe..860eb977600 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "21.1.8", + "version": "21.1.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "21.1.8", + "version": "21.1.9", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index c4b1de59f11..353c6949896 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "21.1.8", + "version": "21.1.9", "private": true, "description": "", "license": "agpl",