diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2d9e7251f5..47cb0b89f42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 12.2.5 – 2022-04-08
+### Fixed
+- Compatibility with LDAP user backends and more than 64 characters display names
+ [#7074](https://github.com/nextcloud/spreed/pull/7074)
+- Compatibility with Oracle and MySQL ONLY_FULL_GROUP_BY
+ [#7040](https://github.com/nextcloud/spreed/pull/7040)
+
## 12.2.4 – 2022-03-17
### Fixed
- Fix several modals, dialogs and popovers in fullscreen mode
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 00981aae306..4c760d224b3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]>
- 12.2.4
+ 12.2.5
agpl
Daniel Calviño Sánchez