Skip to content

Commit c1afdc7

Browse files
authored
Merge pull request #1330 from phil-davis/prepare-release-4.1.5
Prepare Release 4.1.5
2 parents 012d643 + 0d0d191 commit c1afdc7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
49
4.1.4 (2021-01-11)
510
-------------------------
611
* #1312: Reduce package size by ignoring test and other non-run-time files

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

0 commit comments

Comments
 (0)