From a50884a6b72763b8f2c335a273bf8bbae7457418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 17 Jan 2024 15:07:55 +0100 Subject: [PATCH] chore(release): Bump version to 1.11.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 11 +++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27159cf0..e8929185a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.11.3 + +### Fixed + +- fix: allow null label colors in trello json importer @juliushaertl [#5438](https://github.com/nextcloud/deck/pull/5438) +- Fix deleted card/board issues @juliushaertl [#5442](https://github.com/nextcloud/deck/pull/5442) + +### Other + +- Fix small issues around delete/undo @juliushaertl [#5420](https://github.com/nextcloud/deck/pull/5420) + ## 1.11.2 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 95d3d36e6..e56ace68f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.11.2 + 1.11.3 agpl Julius Härtl diff --git a/package.json b/package.json index 6a596ac65..bded8fea5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.11.2", + "version": "1.11.3", "authors": [ { "name": "Julius Härtl",