We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16f857 + 2a69913 commit 251f226Copy full SHA for 251f226
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.1.5 (2020-12-08)
2
+
3
+[ADDED] Support for PHP 8.
4
5
## 4.1.4 (2020-04-14)
6
7
[FIXED] Errors in the failure path of `get_...` methods revealed by stricter type checking in PHP7.4
src/Pusher.php
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
14
/**
15
* @var string Version
16
*/
17
- public static $VERSION = '4.1.4';
+ public static $VERSION = '4.1.5';
18
19
20
* @var null|PusherCrypto
0 commit comments