From 672616d14a74e0d6f4bb47e1d9684b5283019a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 17 Jan 2024 15:03:19 +0100 Subject: [PATCH] chore(release): Bump version to 1.9.5 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 b7b17740a..5ce65e542 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.9.6 + +### Fixed + +- fix: allow null label colors in trello json importer @juliushaertl [#5439](https://github.com/nextcloud/deck/pull/5439) +- Fix small issues around delete/undo [#5421](https://github.com/nextcloud/deck/pull/5421) +- Fix deleted card/board issues @juliushaertl [#5443](https://github.com/nextcloud/deck/pull/5443) + ## 1.9.5 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 25a7711b5..6cce51912 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.9.5 + 1.9.6 agpl Julius Härtl diff --git a/package.json b/package.json index d753cd048..437f5768a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.9.5", + "version": "1.9.6", "authors": [ { "name": "Julius Härtl",