chore(release): Bump version to 1.11.6

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-08-22 11:36:21 +02:00
parent 06f209ed04
commit 3fa6123e53
3 changed files with 10 additions and 3 deletions

View File

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

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.11.5</version>
<version>1.11.6</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.11.5",
"version": "1.11.6",
"authors": [
{
"name": "Julius Härtl",