diff --git a/CHANGELOG.md b/CHANGELOG.md index d04ad9b..c93a7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 7.2.6 + +* Bump supported versions to include PHP8.2, 8.3 + ## 7.2.5 -* [CHANGED] Describe your change here. Look at CHANGELOG.md to see the format. +* Bump supported versions to include PHP8.2, 8.3. ## 7.2.4 diff --git a/src/Pusher.php b/src/Pusher.php index f11a6a3..b4e06a1 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.5'; + public static $VERSION = '7.2.6'; /** * @var null|PusherCrypto