From a3e870d54d1459fa8c5fb530dfaed777db705ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 14 Feb 2024 17:01:06 +0100 Subject: [PATCH] chore(release): Bump version to 1.11.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 7 +++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8929185a..2692825d1 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.11.4 + +### Fixed + +- fix(PermissionService#getPermissions): Catch exceptions from getBoard method @backportbot[bot] [#5547](https://github.com/nextcloud/deck/pull/5547) +- fix(activity): Fix permission checks when rendering activities in bac… @backportbot[bot] [#5544](https://github.com/nextcloud/deck/pull/5544) + ## 1.11.3 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index e56ace68f..97d8a9085 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.11.3 + 1.11.4 agpl Julius Härtl diff --git a/package.json b/package.json index bded8fea5..195d40de5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.11.3", + "version": "1.11.4", "authors": [ { "name": "Julius Härtl",