diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f5edd..a58f643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.2.2 + +* [FIXED] composer.phar file removed from package + ## 7.2.1 * [FIXED] authenticateUser returns correct auth value diff --git a/README.md b/README.md index 85e280e..3d3742f 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ $options = [ 'cluster' => $app_cluster, 'useTLS' => false ]; + $pusher = new Pusher\Pusher($app_key, $app_secret, $app_id, $options); ``` diff --git a/src/Pusher.php b/src/Pusher.php index 5861634..157de3e 100755 --- a/src/Pusher.php +++ b/src/Pusher.php @@ -19,7 +19,7 @@ class Pusher implements LoggerAwareInterface, PusherInterface /** * @var string Version */ - public static $VERSION = '7.2.1'; + public static $VERSION = '7.2.2'; /** * @var null|PusherCrypto