We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f965ee5 + 4e6d35f commit a5fcdc6Copy full SHA for a5fcdc6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.4.1 (2019-03-18)
2
+
3
+[ADDED] Support for PHP 7.3.
4
5
## 3.4.0 (2019-03-11)
6
7
[ADDED] `get_users_info` method.
src/Pusher.php
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
14
/**
15
* @var string Version
16
*/
17
- public static $VERSION = '3.4.0';
+ public static $VERSION = '3.4.1';
18
19
20
* @var null|PusherCrypto
0 commit comments