diff --git a/CHANGELOG.md b/CHANGELOG.md index ec3f098be9..da59f308c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ChangeLog ========= +4.1.5 (2021-02-12) +------------------------- +* #1322: Fixes for addressbook-query filters (@mstilkerich) +* #1329: Correctly process a POST with no Content-Type specified plus phpstan level 1 (@phil-davis) + 4.1.4 (2021-01-11) ------------------------- * #1312: Reduce package size by ignoring test and other non-run-time files diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php index f6df9a62e1..b25d6c07ae 100644 --- a/lib/DAV/Version.php +++ b/lib/DAV/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '4.1.4'; + public const VERSION = '4.1.5'; }