Skip to content

Commit

Permalink
chore(release): Bump version to 1.12.2
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Feb 14, 2024
1 parent 52ae8b0 commit 98391cf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.12.2

### Fixed

- fix(done): Mark card as undone when updating card [#5492](https://github.com/nextcloud/deck/pull/5492)
- fix(activity): Fix permission checks when rendering activities in bac… @backportbot[bot] [#5543](https://github.com/nextcloud/deck/pull/5543)
- fix(PermissionService#getPermissions): Catch exceptions from getBoard method @backportbot[bot] [#5546](https://github.com/nextcloud/deck/pull/5546)
- fix: Safeguard sync requests to hopefully not spam then server @backportbot[bot] [#5593](https://github.com/nextcloud/deck/pull/5593)
- fix: card move dialog auto close @backportbot[bot] [#5596](https://github.com/nextcloud/deck/pull/5596)

### Other

- fix(i18n): Improved wording [#5497](https://github.com/nextcloud/deck/pull/5497)

## 1.12.1

### 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.12.1</version>
<version>1.12.2</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.12.1",
"version": "1.12.2",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 98391cf

Please sign in to comment.