Skip to content

Commit

Permalink
Version bump to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Apr 26, 2021
1 parent eb5b880 commit 195a04f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.9.1

### Fixed

* #282 - SMS Throttling response is now handled as milliseconds instead of seconds
* #282 - Fixed regex to not consume API rate limiting error and basically time out PHP scripts

# 2.9.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class Client implements LoggerAwareInterface
{
use LoggerTrait;

public const VERSION = '2.9.0';
public const VERSION = '2.9.1';
public const BASE_API = 'https://api.nexmo.com';
public const BASE_REST = 'https://rest.nexmo.com';

Expand Down

0 comments on commit 195a04f

Please sign in to comment.