diff --git a/CHANGELOG.md b/CHANGELOG.md index c31565180..16986dd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.8.7 + +### Fixed + +- Fix small issues around delete/undo @juliushaertl [#5440](https://github.com/nextcloud/deck/pull/5440) +- Fix deleted card/board issues @juliushaertl [#5444](https://github.com/nextcloud/deck/pull/5444) + ## 1.8.6 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 0e4dafcf5..ee34c5f91 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.8.6 + 1.8.7 agpl Julius Härtl Deck diff --git a/package.json b/package.json index 341a97a8c..c730a1aa3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.8.6", + "version": "1.8.7", "authors": [ { "name": "Julius Härtl",