We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd9a141 + 1e6e603 commit 5d73987Copy full SHA for 5d73987
CHANGELOG.md
@@ -1,6 +1,12 @@
1
ChangeLog
2
=========
3
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
+
10
4.2.1 (2021-11-30)
11
-------------------------
12
* #1371: Fix phpdoc return type of findByUri in BackendInterface (@come-nc)
lib/DAV/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.2.1';
+ public const VERSION = '4.2.2';
20
}
0 commit comments