diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c8b54971..ad35beb2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.12.4
+
+### Fixed
+
+- fix: Avoid optional before required parameter [#6045](https://github.com/nextcloud/deck/pull/6045)
+- Only check path for being accessible when the storage is a object home [#6063](https://github.com/nextcloud/deck/pull/6063)
+- Fix attaching files to a card @elzody [#6092](https://github.com/nextcloud/deck/pull/6092)
+
## 1.12.3
- don't reset update time when no update was written to db #6035
- Clarify config file not found exception message #5725
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f46ab8841..a4403d92b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
- 1.12.3
+ 1.12.4
agpl
Julius Härtl
diff --git a/package.json b/package.json
index f1b21299e..0fb18ff43 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.12.3",
+ "version": "1.12.4",
"authors": [
{
"name": "Julius Härtl",