diff --git a/CHANGELOG.md b/CHANGELOG.md
index a27159cf0..e8929185a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.11.3
+
+### Fixed
+
+- fix: allow null label colors in trello json importer @juliushaertl [#5438](https://github.com/nextcloud/deck/pull/5438)
+- Fix deleted card/board issues @juliushaertl [#5442](https://github.com/nextcloud/deck/pull/5442)
+
+### Other
+
+- Fix small issues around delete/undo @juliushaertl [#5420](https://github.com/nextcloud/deck/pull/5420)
+
## 1.11.2
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 95d3d36e6..e56ace68f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
- 1.11.2
+ 1.11.3
agpl
Julius Härtl
diff --git a/package.json b/package.json
index 6a596ac65..bded8fea5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.11.2",
+ "version": "1.11.3",
"authors": [
{
"name": "Julius Härtl",