diff --git a/CHANGELOG.md b/CHANGELOG.md
index 387fbaff7a..0225e54311 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,14 @@
All notable changes to this project will be documented in this file.
+## 1.17.5
+
+### Fixed
+* [stable33] fix: loading notifications by @backportbot[bot] in https://github.com/nextcloud/deck/pull/8159
+* [stable33] fix: Replace icon attributes with template slots by @backportbot[bot] in https://github.com/nextcloud/deck/pull/8094
+* [stable33] fix(trash): allow to configure the trash retention in hours by @backportbot[bot] in https://github.com/nextcloud/deck/pull/8242
+* [stable33] fix(teams): use lighter probeCircles() by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7919
+
## 1.17.4
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e21cb87314..e88f4cd5fc 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -20,7 +20,7 @@
- 🚀 Get your project organized
- 1.17.4
+ 1.17.5
agpl
Julius Härtl
Deck
diff --git a/package-lock.json b/package-lock.json
index 99cd1764f6..6f58b2e910 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "deck",
- "version": "1.17.4",
+ "version": "1.17.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "deck",
- "version": "1.17.4",
+ "version": "1.17.5",
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",
diff --git a/package.json b/package.json
index bcf38965c4..771f35347f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.17.4",
+ "version": "1.17.5",
"authors": [
{
"name": "Julius Härtl",