diff --git a/CHANGELOG.md b/CHANGELOG.md
index b710f0bb7..03ba04d2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 6.4.1
+
+### Fixed
+
+* [Handle LoginException when authenticating with Apache (user_saml#910)](https://github.com/nextcloud/user_saml/pull/910)
+
## 6.4.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0b953b7e4..5620c7fea 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.]]>
- 6.4.0
+ 6.4.1
agpl
Lukas Reschke
User_SAML