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 eb5b880 commit 195a04fCopy full SHA for 195a04f
CHANGELOG.md
@@ -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
8
# 2.9.0
9
10
### Changed
src/Client.php
@@ -105,7 +105,7 @@ class Client implements LoggerAwareInterface
105
{
106
use LoggerTrait;
107
108
- public const VERSION = '2.9.0';
+ public const VERSION = '2.9.1';
109
public const BASE_API = 'https://api.nexmo.com';
110
public const BASE_REST = 'https://rest.nexmo.com';
111
0 commit comments