From 869aba34d92660d87fd66c90459e50186f3b07d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 14 Sep 2021 21:12:58 +0200 Subject: [PATCH] Bump version to 1.2.9 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 76ebdcb45..32e67e8de 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.2.9 + +### Other + +- #3319 Additional check for stacks +- #3226 Additional circle level check + + ## 1.2.8 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 48c212d2d..2bbdd2447 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.2.8 + 1.2.9 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 31f5084e2..af14ae9ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.0.0", + "version": "1.2.9", "authors": [ { "name": "Julius Härtl", @@ -129,4 +129,4 @@ "/node_modules/jest-serializer-vue" ] } -} +} \ No newline at end of file