diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a82665629..ed8189348b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## 6.2.1
+
+### Added
+
+- Emit event for each user on document open [#2495](https://github.com/nextcloud/richdocuments/pull/2495)
+
+### Fixed
+
+- Updates "productName" in capabilities @Raudius [#2401](https://github.com/nextcloud/richdocuments/pull/2401)
+- fix safari does not focus to document frame on startup [#2377](https://github.com/nextcloud/richdocuments/pull/2377)
+- Fix: hide download option inside Collabora for "hide download" shares [#2391](https://github.com/nextcloud/richdocuments/pull/2391)
+- Hide "Save as" option when downloading is not allowed by s… @Raudius [#2402](https://github.com/nextcloud/richdocuments/pull/2402)
+- Only register templates if enabled for user [#2414](https://github.com/nextcloud/richdocuments/pull/2414)
+
+### Other
+
+- Fix loading file without logged-in when watermark is enable for groups [#2482](https://github.com/nextcloud/richdocuments/pull/2482)
+- Migrate to nextcloud/OCP package in stable24 @nickvergessen [#2479](https://github.com/nextcloud/richdocuments/pull/2479)
+
## 6.2.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8d2de4e344..20dc1e958b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 6.2.0
+ 6.2.1
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package.json b/package.json
index f083f1620b..bbcae32d4a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "6.2.0",
+ "version": "6.2.1",
"authors": [
{
"name": "Julius Härtl",
@@ -117,4 +117,4 @@
],
"globalSetup": "/src/tests/setup.js"
}
-}
+}
\ No newline at end of file