diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0167b971be..39c2d2d472 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## 8.4.2
+
+### Fixed
+
+- fix: Do not set user id for guests [#3677](https://github.com/nextcloud/richdocuments/pull/3677)
+- fix: Avoid loading file actions if app is disabled for users [#3673](https://github.com/nextcloud/richdocuments/pull/3673)
+- test(open-pdf): open pdf with richdocuments via file-action [#3666](https://github.com/nextcloud/richdocuments/pull/3666)
+- fix: Avoid triggering file list requests during handover to desktop client [#3688](https://github.com/nextcloud/richdocuments/pull/3688)
+- Test guest name setting [#3684](https://github.com/nextcloud/richdocuments/pull/3684)
+
## 8.4.1
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5279249e6a..bfcf2c49fe 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.4.1
+ 8.4.2
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package.json b/package.json
index 309158f990..47d5daff95 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.4.1",
+ "version": "8.4.2",
"authors": [
{
"name": "Julius Härtl",