From 2d922312f7d286727aef0ee0feb2f697bb732edf Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 30 Nov 2021 19:33:18 +0545 Subject: [PATCH] Prepare 4.2.1 --- CHANGELOG.md | 4 ++++ lib/DAV/Version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d9affe773..7cb0c939cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ChangeLog ========= +4.2.1 (2021-11-30) +------------------------- +* #1371: Fix phpdoc return type of findByUri in BackendInterface (@come-nc) + 4.2.0 (2021-11-17) ------------------------- * #1317: Add primary key to schedulingobjects table in pgsql.calendars.sql example (@perguth) diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php index 13c2b01122..b6e6467767 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.0'; + public const VERSION = '4.2.1'; }