We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba94996 commit 7b1827aCopy full SHA for 7b1827a
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 27.0.1
4
+
5
+### Added
6
7
+- feat(dav): Expose etag property after user LOCK/UNLOCK @juliushaertl [#163](https://github.com/nextcloud/files_lock/pull/163)
8
9
+### Fixed
10
11
+- fix: Do not load unused event dispatcher @juliushaertl [#160](https://github.com/nextcloud/files_lock/pull/160)
12
+- Dependency updates
13
14
15
## 27.0.0
16
17
### Added
appinfo/info.xml
@@ -9,7 +9,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
]]>
</description>
- <version>27.0.0</version>
+ <version>27.0.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FilesLock</namespace>
0 commit comments