We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23f857e + 16fab57 commit 3c05ef6Copy full SHA for 3c05ef6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.1.1 (2019-12-03)
2
+
3
+[ADDED] Support for PHP 7.4.
4
5
## 4.1.0 (2019-10-28)
6
7
[ADDED] `path` configuration option.
src/Pusher.php
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
14
/**
15
* @var string Version
16
*/
17
- public static $VERSION = '4.1.0';
+ public static $VERSION = '4.1.1';
18
19
20
* @var null|PusherCrypto
0 commit comments