Skip to content

Commit

Permalink
chore(release): Bump version to 28.0.3
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 Mar 21, 2024
1 parent 861a32c commit f7e3efb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 28.0.3

### Added

- feat: translate controller status messages @backportbot[bot] [#267](https://github.com/nextcloud/files_lock/pull/267)

### Fixed

- fix: Allow to unlock based on the current lock not the requested one to allow lock owners to unlock in any case @backportbot[bot] [#255](https://github.com/nextcloud/files_lock/pull/255)
- fix: Use lock owner display name on error response @backportbot[bot] [#269](https://github.com/nextcloud/files_lock/pull/269)
- Return proper lock type in webdav response @backportbot[bot] [#266](https://github.com/nextcloud/files_lock/pull/266)

## 28.0.2

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
]]>
</description>
<version>28.0.2</version>
<version>28.0.3</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FilesLock</namespace>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files_lock",
"version": "28.0.2",
"version": "28.0.3",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down

0 comments on commit f7e3efb

Please sign in to comment.