Skip to content

Commit

Permalink
chore(release): Bump version to 29.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Apr 24, 2024
1 parent bba5967 commit 0e313fd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 29.0.0

### Added

- feat: Add API parameters to specify the lock type @juliushaertl [#199](https://github.com/nextcloud/files_lock/pull/199)
- feat: translate controller status messages @skjnldsv [#231](https://github.com/nextcloud/files_lock/pull/231)

### Fixed

- fix: Use lock owner display name on error response @juliushaertl [#251](https://github.com/nextcloud/files_lock/pull/251)
- fix: Allow to unlock based on the current lock not the requested one to allow lock owners to unlock in any case @juliushaertl [#252](https://github.com/nextcloud/files_lock/pull/252)
- Return proper lock type in webdav response @juliushaertl [#253](https://github.com/nextcloud/files_lock/pull/253)
- fix/error display name @juliushaertl [#278](https://github.com/nextcloud/files_lock/pull/278)
- fix: Only update lock timeout when it is not infinite @juliushaertl [#288](https://github.com/nextcloud/files_lock/pull/288)

### Other

- chore: upgrade phpunit workflows @skjnldsv [#232](https://github.com/nextcloud/files_lock/pull/232)
- ci(litmus): Bump php version to 8.1 @juliushaertl [#289](https://github.com/nextcloud/files_lock/pull/289)

## 29.0.0-beta.2

### Fixed
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>29.0.0-beta.2</version>
<version>29.0.0</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": "29.0.0-beta.2",
"version": "29.0.0",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down

0 comments on commit 0e313fd

Please sign in to comment.