We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d1bb9 commit c010de5Copy full SHA for c010de5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.1.3 (2020-04-01)
2
+
3
+No functional change, previous release was only partially successful
4
5
## 4.1.2 (2020-04-01)
6
7
[ADDED] option `encryption_master_key_base64`
src/Pusher.php
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
14
/**
15
* @var string Version
16
*/
17
- public static $VERSION = '4.1.1';
+ public static $VERSION = '4.1.3';
18
19
20
* @var null|PusherCrypto
0 commit comments