From e6cff5bbb6da93a94bbae9932b6e9794e6ba5098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 3 Sep 2021 15:03:27 +0200 Subject: [PATCH] Bump version to 1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 11 +++++------ package.json | 4 ++-- 3 files changed, 16 insertions(+), 8 deletions(-) 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