diff --git a/CHANGELOG.md b/CHANGELOG.md
index cffe4ed4e..a006ba3db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,20 @@ Types of changes:
- *Deprecated* for soon-to-be removed features.
- *Removed* for now removed features.
- *Fixed* for any bug fixes.
-- *Security* in case of vulnerabilities.
+- *Security* in case of vulnerabilities.
+
+## 4.9.0-beta.1
+
+### Added
+
+- Note sharing and file sidebar integration @luka-nextcloud [#1146](https://github.com/nextcloud/notes/pull/1146)
+- Replace sidebar with rename and category options in the note list @JonnyTischbein [#1004](https://github.com/nextcloud/notes/pull/1004)
+
+### Fixed
+
+- fix: fix note controller user id param @juliushaertl [#1106](https://github.com/nextcloud/notes/pull/1106)
+- Fix dashboard icons @provokateurin [#1124](https://github.com/nextcloud/notes/pull/1124)
+- fixing typos @modernNeo [#1129](https://github.com/nextcloud/notes/pull/1129)
## 4.8.1
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5cf1d1175..8dec8d8d6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 4.8.1
+ 4.9.0-beta.1
agpl
Kristof Hamann
Bernhard Posselt
diff --git a/package.json b/package.json
index a614c04fb..5d89ff6a0 100644
--- a/package.json
+++ b/package.json
@@ -45,5 +45,5 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
],
- "version": "4.8.1"
-}
+ "version": "4.9.0-beta.1"
+}
\ No newline at end of file