Skip to content

Commit 5d708d4

Browse files
pusher-cisonologico
authored andcommitted
Bump to version 7.2.1
1 parent d665864 commit 5d708d4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.2.1
4+
5+
* [FIXED] authenticateUser returns correct auth value
6+
37
## 7.2.0
48

59
* [CHANGED] explicit support for 8.1

src/Pusher.php

+1-1
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.0';
22+
public static $VERSION = '7.2.1';
2323

2424
/**
2525
* @var null|PusherCrypto

0 commit comments

Comments
 (0)