diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c975b4e5..f3e5abbc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 8.4.14
+
+### Fixed
+- Do not set the container for the file picker by @juliusknorr in [#5117](https://github.com/nextcloud/richdocuments/pull/5117)
+- Pass document target through viewer component by @juliusknorr in [#5141](https://github.com/nextcloud/richdocuments/pull/5141)
+
## 8.4.13
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f3f1a6462..1595bf786 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.4.13
+ 8.4.14
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package-lock.json b/package-lock.json
index 9c09d7836..05852a040 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "richdocuments",
- "version": "8.4.13",
+ "version": "8.4.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "richdocuments",
- "version": "8.4.13",
+ "version": "8.4.14",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
diff --git a/package.json b/package.json
index 1ca01fe35..38bbaf537 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.4.13",
+ "version": "8.4.14",
"authors": [
{
"name": "Julius Härtl",