Skip to content

Commit 195a04f

Browse files
committed
Version bump to 2.9.1
1 parent eb5b880 commit 195a04f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.9.1
2+
3+
### Fixed
4+
5+
* #282 - SMS Throttling response is now handled as milliseconds instead of seconds
6+
* #282 - Fixed regex to not consume API rate limiting error and basically time out PHP scripts
7+
18
# 2.9.0
29

310
### Changed

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.0';
108+
public const VERSION = '2.9.1';
109109
public const BASE_API = 'https://api.nexmo.com';
110110
public const BASE_REST = 'https://rest.nexmo.com';
111111

0 commit comments

Comments
 (0)