Skip to content

Commit

Permalink
Bump to version 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pusher-ci authored and sonologico committed Oct 17, 2022
1 parent d665864 commit 5d708d4
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1

* [FIXED] authenticateUser returns correct auth value

## 7.2.0

* [CHANGED] explicit support for 8.1
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.0';
public static $VERSION = '7.2.1';

/**
* @var null|PusherCrypto
Expand Down

0 comments on commit 5d708d4

Please sign in to comment.