From 70b1465d33256429ff3a4972d46f0870b039ccfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 21 Mar 2024 14:26:15 +0100 Subject: [PATCH] chore(release): Bump version to 29.0.0-beta.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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",