diff --git a/CHANGELOG.md b/CHANGELOG.md
index a554924bb7..5a3b02ad95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## 8.3.10
+
+### Fixed
+
+* Block incompatible operations with remote tokens @juliushaertl [#3879](https://github.com/nextcloud/richdocuments/pull/3879)
+* Show PDF even when download hidden on public share @elzody [#3888](https://github.com/nextcloud/richdocuments/pull/3888)
+* Guest username not picked up the second time loading a share link @elzody [#3908](https://github.com/nextcloud/richdocuments/pull/3908)
+* Properly send custom logo to collabora @elzody [#3930](https://github.com/nextcloud/richdocuments/pull/3930)
+* Bring back federated editing in viewer iframe @juliushaertl [#3938](https://github.com/nextcloud/richdocuments/pull/3938)
+
+### Other
+
+* Switch to new API to set volatile user to prevent persisting it in any case @juliushaertl [#3861](https://github.com/nextcloud/richdocuments/pull/3861)
+* Remove unnecessary files from release build @juliushaertl [#3881](https://github.com/nextcloud/richdocuments/pull/3881)
+
+
## 8.3.9
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c8b2a2078e..edad17b25c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.3.9
+ 8.3.10
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package-lock.json b/package-lock.json
index b82915e570..173e973451 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "richdocuments",
- "version": "8.3.9",
+ "version": "8.3.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 1089b27ef1..3af3b7c2a0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.3.9",
+ "version": "8.3.10",
"authors": [
{
"name": "Julius Härtl",