diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96c98634f9..d8b2c32fd2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 8.2.14
+
+### Fixed
+* Asset download checks @juliusknorr [#4136](https://github.com/nextcloud/richdocuments/pull/4136)
+* Brute force protection for public file creation @juliusknorr [#4144](https://github.com/nextcloud/richdocuments/pull/4144)
+
## 8.2.13
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d52e785d59..e3d56bd0f7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.2.13
+ 8.2.14
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package-lock.json b/package-lock.json
index 07024c9c8c..b1fba26ffd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "richdocuments",
- "version": "8.2.13",
+ "version": "8.2.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "richdocuments",
- "version": "8.2.13",
+ "version": "8.2.14",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index 08be5f84b0..94842207bc 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.2.13",
+ "version": "8.2.14",
"authors": [
{
"name": "Julius Härtl",