diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8929185a..2692825d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.11.4
+
+### Fixed
+
+- fix(PermissionService#getPermissions): Catch exceptions from getBoard method @backportbot[bot] [#5547](https://github.com/nextcloud/deck/pull/5547)
+- fix(activity): Fix permission checks when rendering activities in bac… @backportbot[bot] [#5544](https://github.com/nextcloud/deck/pull/5544)
+
## 1.11.3
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e56ace68f..97d8a9085 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
- 1.11.3
+ 1.11.4
agpl
Julius Härtl
diff --git a/package.json b/package.json
index bded8fea5..195d40de5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.11.3",
+ "version": "1.11.4",
"authors": [
{
"name": "Julius Härtl",