Skip to content

Commit 4ace487

Browse files
Release 7.2.2 (#366)
* Bump to version 7.2.2 Co-authored-by: Pusher CI <[email protected]>
1 parent 3e8e3ca commit 4ace487

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.2.2
4+
5+
* [FIXED] composer.phar file removed from package
6+
37
## 7.2.1
48

59
* [FIXED] authenticateUser returns correct auth value

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ $options = [
6666
'cluster' => $app_cluster,
6767
'useTLS' => false
6868
];
69+
6970
$pusher = new Pusher\Pusher($app_key, $app_secret, $app_id, $options);
7071
```
7172

src/Pusher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Pusher implements LoggerAwareInterface, PusherInterface
1919
/**
2020
* @var string Version
2121
*/
22-
public static $VERSION = '7.2.1';
22+
public static $VERSION = '7.2.2';
2323

2424
/**
2525
* @var null|PusherCrypto

0 commit comments

Comments
 (0)