Skip to content

Commit 352acfa

Browse files
committed
Bump to version 7.2.5
1 parent d83d3eb commit 352acfa

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.5
4+
5+
* [CHANGED] Describe your change here. Look at CHANGELOG.md to see the format.
6+
37
## 7.2.4
48

59
* [Fixed] Timeout option is propagated to guzzle client

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

2424
/**
2525
* @var null|PusherCrypto

0 commit comments

Comments
 (0)