diff --git a/CHANGELOG.md b/CHANGELOG.md index 8050e230a4..2fac8bb9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ChangeLog ========= +4.6.0 (2023-12-11) +------------------------- +* #1526: feat: add propFindUnfiltered public method to Client (@phil-davis) + 4.5.1 (2023-11-23) ------------------------- * #1514: fix: restore autoPrefix property of Href (@phil-davis) diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php index 0631870325..345c62d7ec 100644 --- a/lib/DAV/Version.php +++ b/lib/DAV/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '4.5.1'; + public const VERSION = '4.6.0'; }