diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4ceb1e224..1cb42590d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 8.0.11
+
+### Fixed
+- Asset download checks @juliusknorr [#4137](https://github.com/nextcloud/richdocuments/pull/4137)
+- Brute force protection for public file creation @juliusknorr [#4145](https://github.com/nextcloud/richdocuments/pull/4145)
+
## 8.0.10
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b5ea62bcf0..453823f0e3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.0.10
+ 8.0.11
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package-lock.json b/package-lock.json
index 7fc65119d3..9d842baf50 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "richdocuments",
- "version": "8.0.8",
+ "version": "8.0.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "richdocuments",
- "version": "8.0.8",
+ "version": "8.0.11",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index 54b1e99961..dfaf4fd5d1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.0.10",
+ "version": "8.0.11",
"authors": [
{
"name": "Julius Härtl",