diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2471ec65..c354578ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,21 @@ Types of changes:
- *Fixed* for any bug fixes.
- *Security* in case of vulnerabilities.
+## 4.8.0-beta.1 - 2023-05-05
+
+### Added
+
+- Three column layout @joachimeichborn [#1021](https://github.com/nextcloud/notes/pull/1021)
+- Settings: Move Settings to NcAppSettingsDialog, NotePath FilePicker and merge AppHelp @JonnyTischbein [#1003](https://github.com/nextcloud/notes/pull/1003)
+
+### Fixed
+
+- Fix help table on dark mode @eckelon [#1000](https://github.com/nextcloud/notes/pull/1000)
+- fix: Proper response for attachment endpoint @juliushaertl [#1031](https://github.com/nextcloud/notes/pull/1031)
+
+### Other
+
+- Dependency updates
## 4.7.2 - 2023-03-22
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 488ea11eb..5219de2ed 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 4.7.2
+ 4.8.0-beta.1
agpl
Kristof Hamann
Bernhard Posselt
diff --git a/package.json b/package.json
index 60cbeeeb7..35699e360 100644
--- a/package.json
+++ b/package.json
@@ -45,5 +45,5 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
],
- "version": "4.7.2"
+ "version": "4.8.0-beta.1"
}
\ No newline at end of file