diff --git a/CHANGELOG.md b/CHANGELOG.md index ca017676b..651527264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.5.8 + +### Fixed +- Align Duedate-delete icon properly - fixes nextcloud/deck#3791 [#3817](https://github.com/nextcloud/deck/pull/3817) +- Increase file count after sharing [#3806](https://github.com/nextcloud/deck/pull/3806) +- Show cards after moving into another list [#3794](https://github.com/nextcloud/deck/pull/3794) +- Fetch full board data after cloning [#3781](https://github.com/nextcloud/deck/pull/3781) + + ## 1.5.7 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 73b044f55..6043f70c5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.5.7 + 1.5.8 agpl Julius Härtl Deck diff --git a/package-lock.json b/package-lock.json index ea28c7a0f..843fd799a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deck", - "version": "1.0.0", + "version": "1.5.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f35b5e818..7480d95d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.5.7", + "version": "1.5.8", "authors": [ { "name": "Julius Härtl",