diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e062f3e..24efb515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 27.0.3 + +### Fixed + +- fix: Preserve lock data in file info model @juliushaertl [#201](https://github.com/nextcloud/files_lock/pull/201) +- perf: Avoid re-query of already fetched lock info [#200](https://github.com/nextcloud/files_lock/pull/200) +- lock-timeout can have a special value of 0 for infinite timeout @mgallien [#175](https://github.com/nextcloud/files_lock/pull/175) + ## 27.0.2 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index b18509aa..72eaa202 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 ]]> - 27.0.2 + 27.0.3 agpl Maxence Lange FilesLock