From 3fa6123e53d2bbc7c53e3bc372721c501376c7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 22 Aug 2024 11:36:21 +0200 Subject: [PATCH] chore(release): Bump version to 1.11.6 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, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ac66b91..46c20d706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.11.6 + +### Fixed + +- fix: Avoid optional before required parameter [#6094](https://github.com/nextcloud/deck/pull/6094) +- use deleted_users for users that do not exist [#6202](https://github.com/nextcloud/deck/pull/6202) + ## 1.11.5 -### Fixed +### Fixed - don't reset update time when no update was written to db #6036 - fix: Avoid conflicts on deck attachments folder name #5709 - fix: permission check for cloning board #5856 diff --git a/appinfo/info.xml b/appinfo/info.xml index 70e494d7f..0ec1a84e1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.11.5 + 1.11.6 agpl Julius Härtl diff --git a/package.json b/package.json index 1fa433fba..4e0e0793a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.11.5", + "version": "1.11.6", "authors": [ { "name": "Julius Härtl",