diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c5a62d169..987f1ff03c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## 8.3.0-beta.2
+
+### Added
+
+- Add preview provider for emf files @kesselb [#3303](https://github.com/nextcloud/richdocuments/pull/3303)
+- Improve setup checks and url handling with separate callback url [#3333](https://github.com/nextcloud/richdocuments/pull/3333)
+- Ship default fonts [#3351](https://github.com/nextcloud/richdocuments/pull/3351)
+
+### Fixed
+
+- fix: Set proper user scope for direct editing @juliushaertl [#3293](https://github.com/nextcloud/richdocuments/pull/3293)
+- fix: Avoid fetching webdav on public links @juliushaertl [#3296](https://github.com/nextcloud/richdocuments/pull/3296)
+- fix: Set expect guzzle option to false @juliushaertl [#3298](https://github.com/nextcloud/richdocuments/pull/3298)
+- fix: Fix version access with new version backend on shared files [#3339](https://github.com/nextcloud/richdocuments/pull/3339)
+- fix: Make rename update the file list properly on files2vue [#3346](https://github.com/nextcloud/richdocuments/pull/3346)
+- fix: Do not fail if node has no owner @juliushaertl [#3278](https://github.com/nextcloud/richdocuments/pull/3278)
+
## 8.3.0-beta.1
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 65efcc9c24..060e7ac857 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.3.0-beta.1
+ 8.3.0-beta.2
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package.json b/package.json
index 2f4c1f1566..15f415acfd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.3.0-beta.1",
+ "version": "8.3.0-beta.2",
"authors": [
{
"name": "Julius Härtl",