Skip to content

Commit

Permalink
bump sdk version (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvc9109 committed May 22, 2023
1 parent e66e5d4 commit a53d11a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Security - in case of vulnerabilities.

## [Unreleased]

_TBD_

## [2.20.0] 2023-05-22

### Added

- [x] Added new property to `Subscription`: `paymentInstrumentId`
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 @@ final class Client
*/
public const CURRENT_VERSION = 'v2.1';

public const SDK_VERSION = '2.19.0';
public const SDK_VERSION = '2.20.0';

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

0 comments on commit a53d11a

Please sign in to comment.