Skip to content

Commit

Permalink
chore(release): Bump version to 1.11.6
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Aug 22, 2024
1 parent 06f209e commit 3fa6123
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.11.5",
"version": "1.11.6",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 3fa6123

Please sign in to comment.