diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dfcbc6035..73343f12a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 8.2.16
+
+### Fixed
+
+* Get storage from file instead of parent @elzody [#4469](https://github.com/nextcloud/richdocuments/pull/4469)
+
## 8.2.15
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cb98c48240..65eda06765 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.2.15
+ 8.2.16
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package-lock.json b/package-lock.json
index b1fba26ffd..557f568e48 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "richdocuments",
- "version": "8.2.14",
+ "version": "8.2.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "richdocuments",
- "version": "8.2.14",
+ "version": "8.2.16",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index bfb82005f1..e2230da6af 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.2.15",
+ "version": "8.2.16",
"authors": [
{
"name": "Julius Härtl",
@@ -83,4 +83,4 @@
],
"globalSetup": "/src/tests/setup.js"
}
-}
\ No newline at end of file
+}