diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be60190..fe893906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 29.0.0-beta.2 + +### Fixed + +- fix: Use lock owner display name on error response @juliushaertl [#251](https://github.com/nextcloud/files_lock/pull/251) +- Return proper lock type in webdav response @juliushaertl [#253](https://github.com/nextcloud/files_lock/pull/253) +- 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) + ## 29.0.0-beta.1 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 25610279..2d050ac1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Allow your users to temporary lock their files to avoid conflicts while working ]]> - 29.0.0-beta.1 + 29.0.0-beta.2 agpl Maxence Lange FilesLock diff --git a/package.json b/package.json index ae3bed17..e128c325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_lock", - "version": "29.0.0-beta.1", + "version": "29.0.0-beta.2", "license": "AGPL-3.0-or-later", "private": true, "type": "module",