From dc418d543e2fc0379c2583538839a9ef8d901b03 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 17 Jul 2025 11:49:56 +0200 Subject: [PATCH] chore(release): Add changelog for 20.1.9 and 21.1.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b868750..75003a26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,36 @@ # Changelog All notable changes to this project will be documented in this file. +## 21.1.2 – 2025-07-17 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(federation): Make sure some capabilities are correctly used from the remote host + [#15507](https://github.com/nextcloud/spreed/issues/15507) +- fix(settings): Allow changing call notification level for federated conversations + [#15516](https://github.com/nextcloud/spreed/issues/15516) +- fix(settings): Fix class name of background job checking certificates + [#15464](https://github.com/nextcloud/spreed/issues/15464) +- fix(settings): Fix false-negative error being shown on certificate check if another check failed an SSL call + [#15525](https://github.com/nextcloud/spreed/issues/15525) +- fix(polls): Fix deleting poll drafts + [#15536](https://github.com/nextcloud/spreed/issues/15536) + +## 20.1.9 – 2025-07-17 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(settings): Allow changing call notification level for federated conversations + [#15515](https://github.com/nextcloud/spreed/issues/15515) +- fix(settings): Fix class name of background job checking certificates + [#15463](https://github.com/nextcloud/spreed/issues/15463) +- fix(polls): Fix deleting poll drafts + [#15535](https://github.com/nextcloud/spreed/issues/15535) + ## 21.1.1 – 2025-07-03 ### Changed - Update translations