diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49d2d60f3..f5e2940d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.7.3
+
+### Fixed
+
+- feat: add validators to check values in services @juliushaertl [#4176](https://github.com/nextcloud/deck/pull/4176)
+- Add integration test for attachment handling on cards [#4178](https://github.com/nextcloud/deck/pull/4178)
+- disables autocomplete on card creation @juliushaertl [#4182](https://github.com/nextcloud/deck/pull/4182)
+- minor style fixes [#4202](https://github.com/nextcloud/deck/pull/4202)
+
+
## 1.7.2
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b5f443aa6..72041d553 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
- 1.7.2
+ 1.7.3
agpl
Julius Härtl
Deck
diff --git a/package.json b/package.json
index 85ae651a5..bfb29a002 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.7.2",
+ "version": "1.7.3",
"authors": [
{
"name": "Julius Härtl",
@@ -97,4 +97,4 @@
"/node_modules/jest-serializer-vue"
]
}
-}
+}
\ No newline at end of file