We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f289f3d commit 2b734ffCopy full SHA for 2b734ff
CHANGELOG.md
@@ -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
7
# 2.9.1
8
9
### Fixed
src/Client.php
@@ -105,7 +105,7 @@ class Client implements LoggerAwareInterface
105
{
106
use LoggerTrait;
107
108
- public const VERSION = '2.9.1';
+ public const VERSION = '2.9.2';
109
public const BASE_API = 'https://api.nexmo.com';
110
public const BASE_REST = 'https://rest.nexmo.com';
111
0 commit comments