Skip to content

Commit 2d92231

Browse files
committed
Prepare 4.2.1
1 parent f8c1acc commit 2d92231

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ChangeLog
22
=========
33

4+
4.2.1 (2021-11-30)
5+
-------------------------
6+
* #1371: Fix phpdoc return type of findByUri in BackendInterface (@come-nc)
7+
48
4.2.0 (2021-11-17)
59
-------------------------
610
* #1317: Add primary key to schedulingobjects table in pgsql.calendars.sql example (@perguth)

lib/DAV/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
public const VERSION = '4.2.0';
19+
public const VERSION = '4.2.1';
2020
}

0 commit comments

Comments
 (0)