diff --git a/CHANGELOG.md b/CHANGELOG.md index d13be8fb8..bd4ec385e 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.4.4 + +### Fixed + +- #3301 Fix print style issues +- #3307 Return false instead of throwing when getting calendar setting +- #3227 Additional circle level check +- #3304 Delete file shares through attachments API + ## 1.4.3 - 2021-07-09 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 8a7df68f4..1c7237266 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.4.3 + 1.4.4 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 5fed85080..23fdb0199 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.0.0", + "version": "1.4.4", "authors": [ { "name": "Julius Härtl", @@ -129,4 +129,4 @@ "/node_modules/jest-serializer-vue" ] } -} +} \ No newline at end of file