diff --git a/CHANGELOG.md b/CHANGELOG.md index e9860a32b..2825fb1e4 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.1 - 2021-09-03 + +### Fixed + +- #3224 Move circle checks to a unified service and improve member checks +- #3231 Check for null value to avoid TypeError in the group manager +- #3264 Defer obtaining the user session in the config service + + ## 1.5.0 - 2021-07-09 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index f35a0aae3..c39833225 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,6 +1,5 @@ - - + + deck Deck Personal planning and team project organization @@ -17,12 +16,12 @@ - 🚀 Get your project organized - 1.5.0 + 1.5.1 agpl Julius Härtl Deck - + organization office @@ -36,7 +35,7 @@ pgsql sqlite mysql - + OCA\Deck\Cron\DeleteCron diff --git a/package.json b/package.json index c857544df..21baa9264 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.0.0", + "version": "1.5.1", "authors": [ { "name": "Julius Härtl", @@ -96,4 +96,4 @@ "/node_modules/jest-serializer-vue" ] } -} +} \ No newline at end of file