From 98391cf3dea186177cc6c7f3a022e579aeb848d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 14 Feb 2024 17:04:15 +0100 Subject: [PATCH] chore(release): Bump version to 1.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 14 ++++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b41fd5c7..718966041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.12.2 + +### Fixed + +- fix(done): Mark card as undone when updating card [#5492](https://github.com/nextcloud/deck/pull/5492) +- fix(activity): Fix permission checks when rendering activities in bac… @backportbot[bot] [#5543](https://github.com/nextcloud/deck/pull/5543) +- fix(PermissionService#getPermissions): Catch exceptions from getBoard method @backportbot[bot] [#5546](https://github.com/nextcloud/deck/pull/5546) +- fix: Safeguard sync requests to hopefully not spam then server @backportbot[bot] [#5593](https://github.com/nextcloud/deck/pull/5593) +- fix: card move dialog auto close @backportbot[bot] [#5596](https://github.com/nextcloud/deck/pull/5596) + +### Other + +- fix(i18n): Improved wording [#5497](https://github.com/nextcloud/deck/pull/5497) + ## 1.12.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index dbc02dca9..1a554c6a8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.12.1 + 1.12.2 agpl Julius Härtl diff --git a/package.json b/package.json index 34d4a16fd..31b185688 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.12.1", + "version": "1.12.2", "authors": [ { "name": "Julius Härtl",