We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 012d643 + 0d0d191 commit c1afdc7Copy full SHA for c1afdc7
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+4.1.5 (2021-02-12)
5
+-------------------------
6
+* #1322: Fixes for addressbook-query filters (@mstilkerich)
7
+* #1329: Correctly process a POST with no Content-Type specified plus phpstan level 1 (@phil-davis)
8
+
9
4.1.4 (2021-01-11)
10
-------------------------
11
* #1312: Reduce package size by ignoring test and other non-run-time files
lib/DAV/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.1.4';
+ public const VERSION = '4.1.5';
20
}
0 commit comments