diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a8d154..9dace588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 28.0.5 + +### Fixed + +- fix: Show lock status for read only files and allow unlocking @backportbot[bot] [#308](https://github.com/nextcloud/files_lock/pull/308) + ## 28.0.4 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 8347539b..349bd3c4 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 ]]> - 28.0.4 + 28.0.5 agpl Maxence Lange FilesLock diff --git a/package.json b/package.json index bbf7f865..54eb47c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_lock", - "version": "28.0.4", + "version": "28.0.5", "license": "AGPL-3.0-or-later", "private": true, "type": "module",