Skip to content

Commit 9e287c1

Browse files
Release v0.3.1
1 parent f5a561a commit 9e287c1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
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.1] - 2019-10-01
21+
### Added
22+
23+
### Changed
24+
25+
### Deprecated
26+
27+
### Removed
28+
29+
### Fixed
30+
- [Api] Request now allow to provide "objects" as payload
31+
2032
## [0.3.0] - 2019-08-29
2133
### Added
2234
- Added examples (/examples) for the server to server checkout integration

src/Api/ApiRequest.php

+1-1
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.0';
10+
const SDK_VERSION = '0.3.1';
1111
const FORMAT_JSON = 'json';
1212

1313
/**

0 commit comments

Comments
 (0)