diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8b2c32fd..5dfcbc603 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 8.2.15
+
+### Fixed
+
+- fix: Properly throttle in error cases and add rate limit for public file creation [#4204](https://github.com/nextcloud/richdocuments/pull/4204)
+- fix: get user by display name [#4196](https://github.com/nextcloud/richdocuments/pull/4196)
+
## 8.2.14
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e3d56bd0f..cb98c4824 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.2.14
+ 8.2.15
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package.json b/package.json
index 94842207b..bfb82005f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.2.14",
+ "version": "8.2.15",
"authors": [
{
"name": "Julius Härtl",
@@ -83,4 +83,4 @@
],
"globalSetup": "/src/tests/setup.js"
}
-}
+}
\ No newline at end of file