From 1e6e60389a2263fee5d48ea9a903cad95afba24b Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 9 Dec 2021 11:52:12 +0545 Subject: [PATCH] Prepare release 4.2.2 --- CHANGELOG.md | 6 ++++++ lib/DAV/Version.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb0c939cf..58c0189046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ChangeLog ========= +4.2.2 (2021-12-09) +------------------------- +* #1248: CalDAV to sync properly when limit is set in PDO backend (@nhirokinet) +* #1365: add params for put interface (@yrong) +* #1372: Allow psr/log major versions 2 and 3 as dependencies (@fezfez) + 4.2.1 (2021-11-30) ------------------------- * #1371: Fix phpdoc return type of findByUri in BackendInterface (@come-nc) diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php index b6e6467767..10e761e776 100644 --- a/lib/DAV/Version.php +++ b/lib/DAV/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '4.2.1'; + public const VERSION = '4.2.2'; }