From 30df03948c6b1e3683609c8bbd15ad5c95e0fe73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 9 Sep 2021 14:18:07 +0200 Subject: [PATCH] Bump version to 1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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",