Skip to content

Commit 181d1e6

Browse files
committed
Bump to version 7.2.6
1 parent 0adabfc commit 181d1e6

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.6
4+
5+
* Bump supported versions to include PHP8.2, 8.3
6+
37
## 7.2.5
48

59
* Bump supported versions to include PHP8.2, 8.3.

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.5';
22+
public static $VERSION = '7.2.6';
2323

2424
/**
2525
* @var null|PusherCrypto

0 commit comments

Comments
 (0)