Skip to content

Commit

Permalink
Bump version 2.4 (#355)
Browse files Browse the repository at this point in the history
* Bump client version to 2.4

* Update CHANGELOG
  • Loading branch information
slavcodev authored Jul 1, 2019
1 parent afd4f1b commit b2636b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ Security - in case of vulnerabilities.

## [Unreleased]

_TBD_
## [2.4.0] 2019-07-01

### Fixed
- [x] Added missing options in Client constructor.

### Added
- [x] Added custom fields to `Plan`
- [x] Added new write-only property to set payment instrument from `token` for the `Customer` Resource.
- [x] Added new property to `RiskMetadata`: `region`
- [x] Added new properties to `Customer`: `averageValue`, `paymentCount`, `lastPaymentTime`
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ final class Client

public const CURRENT_VERSION = 'v2.1';

public const SDK_VERSION = '2.3.0';
public const SDK_VERSION = '2.4.0';

private static $services = [
'authenticationOptions' => Services\AuthenticationOptionsService::class,
Expand Down

0 comments on commit b2636b8

Please sign in to comment.