diff --git a/CHANGELOG.md b/CHANGELOG.md
index e08d5e85e..323370ff6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 7.1.3
+
+### Fixed
+
+* [Fix HTML injection in SAML POST login (user_saml#1037)](https://github.com/nextcloud/user_saml/pull/1037)
+
## 7.1.2
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4b847aee5..042d3c3c6 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
+ 7.1.3
agpl
Lukas Reschke
User_SAML