chore(release): Bump version to 1.11.0-beta.1

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-08-12 10:26:56 +02:00
parent 2336e63459
commit e926a0a6d0
3 changed files with 18 additions and 2 deletions

View File

@@ -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

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.11.0-dev0</version>
<version>1.11.0-beta.1</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.11.0-dev0",
"version": "1.11.0-beta.1",
"authors": [
{
"name": "Julius Härtl",