Skip to content

Commit

Permalink
Bump to version 2.13.0 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkarpetin authored Oct 21, 2021
1 parent 5fac704 commit e327741
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.13.0] 2021-10-21

### Added

- [x] Added `InvoiceItemService::update()` method.
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ final class Client
*/
public const CURRENT_VERSION = 'v2.1';

public const SDK_VERSION = '2.12.0';
public const SDK_VERSION = '2.13.0';

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

0 comments on commit e327741

Please sign in to comment.