diff --git a/CHANGELOG.md b/CHANGELOG.md index 719083956..d6874d737 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.6.3 + +### Fixed + +- Align Duedate-delete icon properly - fixes nextcloud/deck#3791 [#3816](https://github.com/nextcloud/deck/pull/3816) +- Increase file count after sharing [#3805](https://github.com/nextcloud/deck/pull/3805) +- Show cards after moving into another list [#3795](https://github.com/nextcloud/deck/pull/3795) +- Fetch full board data after cloning [#3780](https://github.com/nextcloud/deck/pull/3780) +- Handle qb mapper exception messages properly [#3770](https://github.com/nextcloud/deck/pull/3770) + ## 1.6.2 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 075d59010..88db9eba9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.6.2 + 1.6.3 agpl Julius Härtl Deck diff --git a/package-lock.json b/package-lock.json index eeefaf30a..838d66aff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deck", - "version": "1.6.0", + "version": "1.6.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 050e6c448..461299580 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.6.2", + "version": "1.6.3", "authors": [ { "name": "Julius Härtl",