diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e604bf6..598c078d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 8.10.1 – 2026-04-24
+
+### Fixed
+
+- Use `version_compare` and `IConfig::getSystemValueString` instead of `$OC_Version` @julien-nc [#1425](https://github.com/nextcloud/user_oidc/pull/1425)
+
## 8.10.0 – 2026-04-17
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5544b6e2..8685f191 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
OpenID Connect user backend
Use an OpenID Connect backend to login to your Nextcloud
Allows flexible configuration of an OIDC server as Nextcloud login user backend.
- 8.10.0
+ 8.10.1
agpl
Roeland Jago Douma
Julius Härtl