diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb495c7c..bcd8f0e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.18.4 +### What's Changed +* [stable34] fix(trash): allow to configure the trash retention in hours by @backportbot[bot] in https://github.com/nextcloud/deck/pull/8241 +* fix(attachment-deletion): add attachment type to delete endpoint by @silverkszlo in https://github.com/nextcloud/deck/pull/8260 + ## 1.18.3 ### Fixed * fix: Replace icon attributes with template slots by @backportbot[bot] in https://github.com/nextcloud/deck/pull/8095 diff --git a/appinfo/info.xml b/appinfo/info.xml index 30e38dcb7..8841a5d90 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -20,7 +20,7 @@ - 🚀 Get your project organized - 1.18.3 + 1.18.4 agpl Julius Härtl Deck diff --git a/package-lock.json b/package-lock.json index 8f8bf7ae2..14b74a98c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck", - "version": "1.18.3", + "version": "1.18.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deck", - "version": "1.18.3", + "version": "1.18.4", "license": "agpl", "dependencies": { "@babel/polyfill": "^7.12.1", diff --git a/package.json b/package.json index 78afb8634..f0ebf6f44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.18.3", + "version": "1.18.4", "authors": [ { "name": "Julius Härtl",