diff --git a/CHANGELOG.md b/CHANGELOG.md index 2825fb1e4..4f1bd91c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.5.2 + +### Fixed + +- #3300 Fix print style issues +- #3303 Delete file shares through attachments API +- #3306 Return false instead of throwing when getting calendar setting + ## 1.5.1 - 2021-09-03 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index c39833225..7e32572af 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.5.1 + 1.5.2 agpl Julius Härtl Deck diff --git a/package.json b/package.json index 21baa9264..7b6bff19a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.5.1", + "version": "1.5.2", "authors": [ { "name": "Julius Härtl",