diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f63ce9..1331fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 7.1.0-beta + +* [ADDED] `authenticateUser`, `authorizeChannel` and `authorizePresenceChannel` +* [ADDED] `sendToUser` and `sendToUserAsync` +* [ADDED] `terminateUserConnections` and `terminateUserConnectionsAsync` +* [FIXED] `get_object_vars()` error on `/src/Pusher.php` +* [DEPRECATED] `socketAuth` and `presenceAuth` in favour of `authorizeChannel` and `authorizePresenceChannel` +* [DEPRECATED] Internal functions `make_request` and `make_batch_request` that were exposed as public + ## 7.0.2 * [CHANGED] Add psr/log v2.0 and v3.0 compatibility diff --git a/src/Pusher.php b/src/Pusher.php index fb54535..403b467 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.0.2'; + public static $VERSION = '7.1.0-beta'; /** * @var null|PusherCrypto