diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ce33d292..871087e88 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.6
+
+### Fixed
+
+* [fix: Also create skeleton for users from environment based auth (user_saml#798)](https://github.com/nextcloud/user_saml/pull/798)
+
## 5.2.5
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fc9b5cc43..5c80f0ce1 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.5
+ 5.2.6
agpl
Lukas Reschke
User_SAML