From e926a0a6d0362a0485f1bc095fbc36f40eed983c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 12 Aug 2023 10:26:56 +0200 Subject: [PATCH] chore(release): Bump version to 1.11.0-beta.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 16 ++++++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8b6e2a6..e0cd5a42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.11.0-beta.1 + +### Added + +- Import deck json files through occ @juliushaertl [#5003](https://github.com/nextcloud/deck/pull/5003) +- Create new card via smart picker [#5000](https://github.com/nextcloud/deck/pull/5000) + +### Fixed + +- Fix(occ): set user id for permission sevice from board service [#4813](https://github.com/nextcloud/deck/pull/4813) +- fix: Allow dynamic autoloading for classes added during upgrade [#4804](https://github.com/nextcloud/deck/pull/4804) +- fix(notification): Prevent null in parameters [#4909](https://github.com/nextcloud/deck/pull/4909) +- fix: Split query to fetch board ids to avoid slow query join @juliushaertl [#4949](https://github.com/nextcloud/deck/pull/4949) +- fix: execute return int for export command [#4811](https://github.com/nextcloud/deck/pull/4811) +- fix: crash when leaving out system parameter [#4831](https://github.com/nextcloud/deck/pull/4831) + ## 1.10.0 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index edbe36bce..ac5395450 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.11.0-dev0 + 1.11.0-beta.1 agpl Julius Härtl diff --git a/package.json b/package.json index a4411510d..b2b29f248 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.11.0-dev0", + "version": "1.11.0-beta.1", "authors": [ { "name": "Julius Härtl",