Skip to content

Commit e75e571

Browse files
authored
Merge pull request #253 from pusher/release-4-1-4
Prepare for 4.1.4 release
2 parents cf4d8f7 + db756de commit e75e571

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.4 (2020-04-14)
2+
3+
[FIXED] Errors in the failure path of `get_...` methods revealed by stricter type checking in PHP7.4
4+
15
## 4.1.3 (2020-04-01)
26

37
No functional change, previous release was only partially successful

src/Pusher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
1414
/**
1515
* @var string Version
1616
*/
17-
public static $VERSION = '4.1.3';
17+
public static $VERSION = '4.1.4';
1818

1919
/**
2020
* @var null|PusherCrypto

0 commit comments

Comments
 (0)