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 175d8e0 + c32886f commit f88698fCopy full SHA for f88698f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.1.0 (2019-10-28)
2
+
3
+[ADDED] `path` configuration option.
4
5
## 4.0.0 (2019-06-17)
6
7
[REMOVED] Support for PHP 5.x, PHP 7.0 and HHVM.
src/Pusher.php
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
14
/**
15
* @var string Version
16
*/
17
- public static $VERSION = '4.0.0';
+ public static $VERSION = '4.1.0';
18
19
20
* @var null|PusherCrypto
0 commit comments