We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51a484 commit f028ad0Copy full SHA for f028ad0
CHANGELOG.md
@@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
18
### Security
19
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
32
## [0.3.4] - 2021-06-22
33
### Added
34
- English API documentation links.
src/Api/ApiRequest.php
@@ -7,7 +7,7 @@
7
8
class ApiRequest extends Request
9
{
10
- const SDK_VERSION = '0.3.4';
+ const SDK_VERSION = '0.3.5';
11
const FORMAT_JSON = 'json';
12
13
/**
0 commit comments