We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c1acc commit 2d92231Copy full SHA for 2d92231
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+4.2.1 (2021-11-30)
5
+-------------------------
6
+* #1371: Fix phpdoc return type of findByUri in BackendInterface (@come-nc)
7
+
8
4.2.0 (2021-11-17)
9
-------------------------
10
* #1317: Add primary key to schedulingobjects table in pgsql.calendars.sql example (@perguth)
lib/DAV/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.2.0';
+ public const VERSION = '4.2.1';
20
}
0 commit comments