diff --git a/CHANGELOG.md b/CHANGELOG.md
index 969d4269..f290a741 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,13 @@ 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).
+## 6.2.1 – 2025-01-23
+
+### Fixed
+
+- Fix crash when storing a token without refresh_expires_in or refresh_token @julien-nc [#1025](https://github.com/nextcloud/user_oidc/pull/1025)
+- Disable token exchange mechanism by default @julien-nc [#1025](https://github.com/nextcloud/user_oidc/pull/1025)
+
## 6.2.0 – 2025-01-20
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e4c8bd52..ce899037 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.
- 6.2.0
+ 6.2.1
agpl
Roeland Jago Douma
Julius Härtl