Skip to content

Commit

Permalink
Prepare version 2.3 (#305)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Increase SDK version
  • Loading branch information
slavcodev authored Oct 7, 2018
1 parent 5636880 commit aeffa11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Security - in case of vulnerabilities.

_TBD_

## [2.3.0] 2018-10-08

### Added
- [x] Added new properties to `Plan`: `pricing`, `recurringInterval`, `trial`, `setup`
- [x] Added new property to `Subscription`: `items`
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ final class Client
const BASE_HOST = 'https://api.rebilly.com';
const SANDBOX_HOST = 'https://api-sandbox.rebilly.com';
const CURRENT_VERSION = 'v2.1';
const SDK_VERSION = '2.2.0';
const SDK_VERSION = '2.3.0';

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

0 comments on commit aeffa11

Please sign in to comment.