diff --git a/CHANGELOG.md b/CHANGELOG.md index 73eaa91..c93a7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.2.6 + +* Bump supported versions to include PHP8.2, 8.3 + ## 7.2.5 * Bump supported versions to include PHP8.2, 8.3. 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