diff --git a/CHANGELOG.md b/CHANGELOG.md index 082faba5..c2955eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 28.0.7 + +### Added + +- fix: Use icons instead of avatar for locking indication [#474](https://github.com/nextcloud/files_lock/pull/474) + +### Fixed + +- Allow force unlock of automated client locks [#439](https://github.com/nextcloud/files_lock/pull/439) +- fix: Use proper user when unlocking an app locked file with occ [#467](https://github.com/nextcloud/files_lock/pull/467) + +### Other + +- fix(ci): litmus test with current upload-artifact [#369](https://github.com/nextcloud/files_lock/pull/369) + ## 28.0.6 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index 603f31bf..659bf9d9 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.6 + 28.0.7 agpl Maxence Lange FilesLock diff --git a/package.json b/package.json index 0b701daa..73e51d02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_lock", - "version": "28.0.6", + "version": "28.0.7", "license": "AGPL-3.0-or-later", "private": true, "type": "module", @@ -55,4 +55,4 @@ "node": "^20", "npm": "^9" } -} +} \ No newline at end of file