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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ce9cca91..803f62cf 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@ An example would be to deny access to MS Excel/XLSX files owned by the "Human Re
Learn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)
- 3.0.0-dev.0
+ 3.0.0
agpl
Arthur Schiwon
Joas Schilling