diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a8b6e2a6..e0cd5a42f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.11.0-beta.1
+
+### Added
+
+- Import deck json files through occ @juliushaertl [#5003](https://github.com/nextcloud/deck/pull/5003)
+- Create new card via smart picker [#5000](https://github.com/nextcloud/deck/pull/5000)
+
+### Fixed
+
+- Fix(occ): set user id for permission sevice from board service [#4813](https://github.com/nextcloud/deck/pull/4813)
+- fix: Allow dynamic autoloading for classes added during upgrade [#4804](https://github.com/nextcloud/deck/pull/4804)
+- fix(notification): Prevent null in parameters [#4909](https://github.com/nextcloud/deck/pull/4909)
+- fix: Split query to fetch board ids to avoid slow query join @juliushaertl [#4949](https://github.com/nextcloud/deck/pull/4949)
+- fix: execute return int for export command [#4811](https://github.com/nextcloud/deck/pull/4811)
+- fix: crash when leaving out system parameter [#4831](https://github.com/nextcloud/deck/pull/4831)
+
## 1.10.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index edbe36bce..ac5395450 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
- 1.11.0-dev0
+ 1.11.0-beta.1
agpl
Julius Härtl
diff --git a/package.json b/package.json
index a4411510d..b2b29f248 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.11.0-dev0",
+ "version": "1.11.0-beta.1",
"authors": [
{
"name": "Julius Härtl",