From 2a0074dfbc7de20ad80bc968974f41324fe9cc26 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 11 Dec 2023 18:43:44 +0545 Subject: [PATCH] chore: prepare release 4.6.0 --- CHANGELOG.md | 4 ++++ lib/DAV/Version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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'; }