Skip to content

Commit a5fcdc6

Browse files
authored
Merge pull request #214 from pusher/v341-release
v3.4.1 release
2 parents f965ee5 + 4e6d35f commit a5fcdc6

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+
## 3.4.1 (2019-03-18)
2+
3+
[ADDED] Support for PHP 7.3.
4+
15
## 3.4.0 (2019-03-11)
26

37
[ADDED] `get_users_info` method.

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 = '3.4.0';
17+
public static $VERSION = '3.4.1';
1818

1919
/**
2020
* @var null|PusherCrypto

0 commit comments

Comments
 (0)