Skip to content

Commit f028ad0

Browse files
Release v0.3.5
1 parent b51a484 commit f028ad0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717

1818
### Security
1919

20+
## [0.3.5] - 2023-10-11
21+
### Added
22+
23+
### Changed
24+
- API version at checkout header.
25+
26+
### Deprecated
27+
28+
### Removed
29+
30+
### Fixed
31+
2032
## [0.3.4] - 2021-06-22
2133
### Added
2234
- English API documentation links.

src/Api/ApiRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class ApiRequest extends Request
99
{
10-
const SDK_VERSION = '0.3.4';
10+
const SDK_VERSION = '0.3.5';
1111
const FORMAT_JSON = 'json';
1212

1313
/**

0 commit comments

Comments
 (0)