Skip to content

Commit 3c05ef6

Browse files
authored
Merge pull request #245 from pusher/v4.1.1-release
v4.1.1 release
2 parents 23f857e + 16fab57 commit 3c05ef6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.1 (2019-12-03)
2+
3+
[ADDED] Support for PHP 7.4.
4+
15
## 4.1.0 (2019-10-28)
26

37
[ADDED] `path` configuration option.

src/Pusher.php

Lines changed: 1 addition & 1 deletion
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 = '4.1.0';
17+
public static $VERSION = '4.1.1';
1818

1919
/**
2020
* @var null|PusherCrypto

0 commit comments

Comments
 (0)