diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88bde73616..c945fcf7aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## 8.2.3
+
+### Fixed
+
+- Update files app state on saveAs @juliushaertl [#3276](https://github.com/nextcloud/richdocuments/pull/3276)
+- fix: Set proper user scope for direct editing [#3294](https://github.com/nextcloud/richdocuments/pull/3294)
+- fix: Set expect guzzle option to false [#3301](https://github.com/nextcloud/richdocuments/pull/3301)
+- fix: Avoid fetching webdav on public links [#3302](https://github.com/nextcloud/richdocuments/pull/3302)
+- fix: Add proper feature policy @juliushaertl [#3272](https://github.com/nextcloud/richdocuments/pull/3272)
+- fix: Do not fail if node has no owner [#3279](https://github.com/nextcloud/richdocuments/pull/3279)
+
## 8.2.2
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6912d004d3..2701dbe54e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.2.2
+ 8.2.3
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package.json b/package.json
index a9d603920c..57e4cd04df 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.2.2",
+ "version": "8.2.3",
"authors": [
{
"name": "Julius Härtl",
@@ -83,4 +83,4 @@
],
"globalSetup": "/src/tests/setup.js"
}
-}
+}
\ No newline at end of file