Skip to content

Commit 5d73987

Browse files
authored
Merge pull request #1374 from phil-davis/prepare-4.2.2
Prepare release 4.2.2
2 parents fd9a141 + 1e6e603 commit 5d73987

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
4.2.2 (2021-12-09)
5+
-------------------------
6+
* #1248: CalDAV to sync properly when limit is set in PDO backend (@nhirokinet)
7+
* #1365: add params for put interface (@yrong)
8+
* #1372: Allow psr/log major versions 2 and 3 as dependencies (@fezfez)
9+
410
4.2.1 (2021-11-30)
511
-------------------------
612
* #1371: Fix phpdoc return type of findByUri in BackendInterface (@come-nc)

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.1';
19+
public const VERSION = '4.2.2';
2020
}

0 commit comments

Comments
 (0)