From e06e6202768babaab053e7ab260d1e43139a7753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 20 Aug 2019 10:21:08 +0200 Subject: [PATCH] Release 4.0.1 --- CHANGELOG.md | 5 +++++ lib/DAV/Version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cca9627d0..194004affb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ChangeLog ========= +4.0.1 (2019-08-20) +------------------------- +* TemporaryFileFilterPlugin: Fix Strict Error +* CalDAV\Plugin: Fix null path + 4.0.0 (2019-07-01) ------------------------- * Lock: Support lock timeout value Infinity diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php index c78fd7eaff..cfc6d69f4f 100644 --- a/lib/DAV/Version.php +++ b/lib/DAV/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - const VERSION = '4.0.0'; + const VERSION = '4.0.1'; }