diff --git a/CHANGELOG.md b/CHANGELOG.md
index c04fbc4474..31c729a088 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## 8.3.12
+
+### Fixed
+* Display proper custom logo in collabora @elzody [#4106](https://github.com/nextcloud/richdocuments/pull/4106)
+* Asset download checks @juliusknorr [#4135](https://github.com/nextcloud/richdocuments/pull/4135)
+* Brute force protection for public file creation @juliusknorr [#4143](https://github.com/nextcloud/richdocuments/pull/4143)
+
+### Other
+* npm audit @nextcloud-command [#4092](https://github.com/nextcloud/richdocuments/pull/4092)
+* Update nextcloud/ocp dependency @nextcloud-command [#4099](https://github.com/nextcloud/richdocuments/pull/4099)
+* npm audit @nextcloud-command [#4118](https://github.com/nextcloud/richdocuments/pull/4118)
+
## 8.3.11
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9ff5ce3fef..c90d8ddaca 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.3.11
+ 8.3.12
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package-lock.json b/package-lock.json
index c89644d2ed..3729dc5743 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "richdocuments",
- "version": "8.3.11",
+ "version": "8.3.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "richdocuments",
- "version": "8.3.11",
+ "version": "8.3.12",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
diff --git a/package.json b/package.json
index 6561d20217..f8ef232c19 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.3.11",
+ "version": "8.3.12",
"authors": [
{
"name": "Julius Härtl",