Skip to content

Commit 251f226

Browse files
authored
Merge pull request #263 from pusher/v4.1.5-release
v4.1.5 release
2 parents d16f857 + 2a69913 commit 251f226

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.5 (2020-12-08)
2+
3+
[ADDED] Support for PHP 8.
4+
15
## 4.1.4 (2020-04-14)
26

37
[FIXED] Errors in the failure path of `get_...` methods revealed by stricter type checking in PHP7.4

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.4';
17+
public static $VERSION = '4.1.5';
1818

1919
/**
2020
* @var null|PusherCrypto

0 commit comments

Comments
 (0)