diff --git a/CHANGELOG.md b/CHANGELOG.md index bea15a386..d13be8fb8 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.4.3 - 2021-07-09 + +### Fixed + +* [#3143](https://github.com/nextcloud/deck/pull/3143) Always pass user id in share provider +* [#3153](https://github.com/nextcloud/deck/pull/3153) Only offer stack creation in emptycontent with proper permissions +* [#3164](https://github.com/nextcloud/deck/pull/3164) Always log generic exceptions +* [#3169](https://github.com/nextcloud/deck/pull/3169) Reduce duplicate queries when fetching user boards an permissions + + ## 1.4.2 - 2021-05-03 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 4dbdf902d..8a7df68f4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -17,7 +17,7 @@ - 🚀 Get your project organized - 1.4.2 + 1.4.3 agpl Julius Härtl Deck @@ -36,7 +36,7 @@ pgsql sqlite mysql - + OCA\Deck\Cron\DeleteCron