Skip to content

Commit 5034d5e

Browse files
committed
Updated changelog for 2.8.1 release
1 parent 5360821 commit 5034d5e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 2.8.1
2+
3+
### Fixed
4+
5+
* #278 - Fixed issue retrieving Conversations and Users clients where the service locator didn't know what to do
6+
7+
### Changed
8+
9+
* #283 - Moved auth logic to individual handlers, to better prepare for a fix where Containers do not allow Signature and Token auth
10+
# 2.8.0
11+
12+
### Added
13+
14+
* #272 - Added support for PSR-3 compatible logging solutions and a new debug feature to log requests/responses
15+
* #274 - Added support for the detail field on some new Voice API incoming events (https://developer.nexmo.com/voice/voice-api/webhook-reference#event-webhook)
16+
* #273 - Added new content-id and entity-id fields to support regional SMS requirements, and a shortcut for enabling DLT on Indian-based SMS
17+
118
# 2.7.1
219

320
### 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.5.0';
108+
public const VERSION = '2.8.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)