From be22903c68462de931a2de329a7121eed2641a2b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 23 Sep 2025 13:13:12 +0200 Subject: [PATCH] chore(release): Add changelog for 3.0.0 Signed-off-by: Joas Schilling --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f17bf90b..f9dad1d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.0.0 – 2025-09-23 +### Changed +- Require Nextcloud 32 +- Update translations +- Update dependencies + +### Fixed +- fix(trashbin): Fix compatibility with files_trashbin +- fix(mounts): Prevent additional check for root mount point which errors with LDAP + ## 2.0.0 – 2025-01-16 ### Changed - Require Nextcloud 31