From 1af1c7f581336042bac4ff114e7f34232adca78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 2 Jan 2023 08:31:59 +0100 Subject: [PATCH] Bump version to 1.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 445def590..5f7274a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.8.3 + +### Fixed + +- Fix component renaming so that acl works on shares again [#4328](https://github.com/nextcloud/deck/pull/4328) +- Permanently delete deck cards marked as deleted after 5 min in a cron job [#4301](https://github.com/nextcloud/deck/pull/4301) +- Dependency updates + + ## 1.8.2 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 50ac97126..ca51fc671 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.8.2 + 1.8.3 agpl Julius Härtl Deck diff --git a/package.json b/package.json index 4f33df18c..a24e46ab9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.8.2", + "version": "1.8.3", "authors": [ { "name": "Julius Härtl",