From 63037bee1741809907127c686e204b02e5367d7e Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 23 Nov 2023 10:15:22 +0545 Subject: [PATCH] chore: prepare 4.5.1 release --- CHANGELOG.md | 4 ++++ lib/DAV/Version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c05288937c..8050e230a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ChangeLog ========= +4.5.1 (2023-11-23) +------------------------- +* #1514: fix: restore autoPrefix property of Href (@phil-davis) + 4.5.0 (2023-11-14) ------------------------- * #1488: fix: The WebDAV response element must only contain `propstat` OR `status` element(s) (@susnux) diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php index 97566524f5..0631870325 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.0'; + public const VERSION = '4.5.1'; }