diff --git a/CHANGELOG.md b/CHANGELOG.md index 194004affb..455b3ae5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ ChangeLog ========= +4.0.2 (2019-10-18) +------------------------- +* Fix error with PHP 7.4 +* CardDAV: Fix content-type for Thunderbird + + 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 cfc6d69f4f..c002558810 100644 --- a/lib/DAV/Version.php +++ b/lib/DAV/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - const VERSION = '4.0.1'; + const VERSION = '4.0.2'; }