diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c1b66a2aa..f0bb80ace5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 8.3.3
+
+### Fixed
+
+- fix: Close button should just exit for the edit local modal @backportbot[bot] [#3550](https://github.com/nextcloud/richdocuments/pull/3550)
+- match dark theme of system if no nextcloud theme specified @backportbot[bot] [#3552](https://github.com/nextcloud/richdocuments/pull/3552)
+- fix: Use new viewer api to open files again after open locally @backportbot[bot] [#3526](https://github.com/nextcloud/richdocuments/pull/3526)
+
## 8.3.2
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 115e0d95b4..98d878ebc4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.3.2
+ 8.3.3
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package.json b/package.json
index f8323c991f..2923667032 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.3.2",
+ "version": "8.3.3",
"authors": [
{
"name": "Julius Härtl",