Skip to content

Commit

Permalink
Merge pull request #6042 from nextcloud/release/1.11.5
Browse files Browse the repository at this point in the history
bump version to 1.11.5
  • Loading branch information
grnd-alt authored Jun 27, 2024
2 parents f8251e9 + 9614dc3 commit ecd063b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.11.5

### 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
- fix(CardMenu): introduce cardRichObject in CardMenu #5610
- Clarify config file not found exception message #5726

## 1.11.4

### Fixed
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.4</version>
<version>1.11.5</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4",
"version": "1.11.5",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit ecd063b

Please sign in to comment.