Skip to content

Commit

Permalink
Release 7.2.2 (#366)
Browse files Browse the repository at this point in the history
* Bump to version 7.2.2

Co-authored-by: Pusher CI <pusher-ci@pusher.com>
  • Loading branch information
sonologico and pusher-ci committed Dec 20, 2022
1 parent 3e8e3ca commit 4ace487
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.2.2

* [FIXED] composer.phar file removed from package

## 7.2.1

* [FIXED] authenticateUser returns correct auth value
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ $options = [
'cluster' => $app_cluster,
'useTLS' => false
];

$pusher = new Pusher\Pusher($app_key, $app_secret, $app_id, $options);
```

Expand Down
2 changes: 1 addition & 1 deletion src/Pusher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ace487

Please sign in to comment.