Skip to content

Commit 2b734ff

Browse files
committed
Bumped to 2.9.2 with changelog
1 parent f289f3d commit 2b734ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.9.2
2+
3+
### Fixed
4+
5+
* #276 - JWTs with `sub` should now generate properly under newer PHP versions
6+
17
# 2.9.1
28

39
### Fixed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class Client implements LoggerAwareInterface
105105
{
106106
use LoggerTrait;
107107

108-
public const VERSION = '2.9.1';
108+
public const VERSION = '2.9.2';
109109
public const BASE_API = 'https://api.nexmo.com';
110110
public const BASE_REST = 'https://rest.nexmo.com';
111111

0 commit comments

Comments
 (0)