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",