diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63be6deb4..e08d5e85e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 7.1.2
+
+### Fixed
+
+* [Fix\(Session\): restore session data after cookie login (user_saml#1022)](https://github.com/nextcloud/user_saml/pull/1022)
+
+### Dependencies
+
+* [Build\(deps\): bump firebase/php\-jwt from 6.11.1 to 7.0.2 (user_saml#1024)](https://github.com/nextcloud/user_saml/pull/1024)
+
## 7.1.1
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 59a08bc6f..4b847aee5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -20,7 +20,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.]]>
- 7.1.2-beta.1
+ 7.1.2
agpl
Lukas Reschke
User_SAML