diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43e852cbb..0ce33d292 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 5.2.5
+
+### Changed
+
+- [[stable-5.2] refactor(Controller): read parameter only once (user_saml#790)](https://github.com/nextcloud/user_saml/pull/790)
+
## 5.2.4
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8db87eeb3..fc9b5cc43 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]>
- 5.2.4
+ 5.2.5
agpl
Lukas Reschke
User_SAML