diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d9588e0..955ec096f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.9.1 + +### Fixed + +- Gracefully handle not found card for a share [#4567](https://github.com/nextcloud/deck/pull/4567) +- fix: Adapt NcEmptyContent usages to new slots [#4562](https://github.com/nextcloud/deck/pull/4562) +- allow user to toggle visibility of the calendar for a deck board [#4625](https://github.com/nextcloud/deck/pull/4625) +- fix: Append datetime picker to body to avoid cut off [#4644](https://github.com/nextcloud/deck/pull/4644) +- chore: Remove unused @nextcloud/vue-dashboard @juliushaertl [#4650](https://github.com/nextcloud/deck/pull/4650) +- fix: Bring back overdue column by removing faulty condition [#4662](https://github.com/nextcloud/deck/pull/4662) +- Fix : Overlapping expiry dates on tags [#4537](https://github.com/nextcloud/deck/pull/4537) +- Better display of card dates (creation and change dates) [#4619](https://github.com/nextcloud/deck/pull/4619) +- Update dependencies + ## 1.9.0 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 9c4025196..e2ae2648e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.9.0 + 1.9.1 agpl Julius Härtl diff --git a/package.json b/package.json index 0fccb3064..ea8a51cf7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.9.0", + "version": "1.9.1", "authors": [ { "name": "Julius Härtl", @@ -105,4 +105,4 @@ "/node_modules/jest-serializer-vue" ] } -} +} \ No newline at end of file