Skip to content

Commit f88698f

Browse files
authored
Merge pull request #236 from pusher/v4.1.0
v4.1.0 release
2 parents 175d8e0 + c32886f commit f88698f

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.0 (2019-10-28)
2+
3+
[ADDED] `path` configuration option.
4+
15
## 4.0.0 (2019-06-17)
26

37
[REMOVED] Support for PHP 5.x, PHP 7.0 and HHVM.

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.0.0';
17+
public static $VERSION = '4.1.0';
1818

1919
/**
2020
* @var null|PusherCrypto

0 commit comments

Comments
 (0)