diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67ac66b91..46c20d706 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.11.6
+
+### Fixed
+
+- fix: Avoid optional before required parameter [#6094](https://github.com/nextcloud/deck/pull/6094)
+- use deleted_users for users that do not exist [#6202](https://github.com/nextcloud/deck/pull/6202)
+
## 1.11.5
-### Fixed
+### Fixed
- don't reset update time when no update was written to db #6036
- fix: Avoid conflicts on deck attachments folder name #5709
- fix: permission check for cloning board #5856
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 70e494d7f..0ec1a84e1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
- 1.11.5
+ 1.11.6
agpl
Julius Härtl
diff --git a/package.json b/package.json
index 1fa433fba..4e0e0793a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.11.5",
+ "version": "1.11.6",
"authors": [
{
"name": "Julius Härtl",