diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5e2940d3..8628ad280 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.7.4
+
+### Fixed
+
+- Gracefully handle not found card for a share [#4569](https://github.com/nextcloud/deck/pull/4569)
+- fix: Use passed userid when getting attachment folder [#4541](https://github.com/nextcloud/deck/pull/4541)
+- fix: Append datetime picker to body to avoid cut off [#4646](https://github.com/nextcloud/deck/pull/4646)
+- Permanently delete deck cards marked as deleted after 5 min in a cron job [#4302](https://github.com/nextcloud/deck/pull/4302)
+- Fix : Overlapping expiry dates on tags [#4538](https://github.com/nextcloud/deck/pull/4538)
+- Update dependencies
+
## 1.7.3
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 72041d553..b09ee56e1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
- 1.7.3
+ 1.7.4
agpl
Julius Härtl
Deck
diff --git a/package.json b/package.json
index bfb29a002..9cd9ff87c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.7.3",
+ "version": "1.7.4",
"authors": [
{
"name": "Julius Härtl",