Skip to content

Commit 69d6b4f

Browse files
Release v0.3.2
1 parent 09bbf50 commit 69d6b4f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
@@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717

1818
### Security
1919

20+
## [0.3.2] - 2020-10-16
21+
### Added
22+
23+
### Changed
24+
- [Examples] Checkout creation real examples changed for non-real ones
25+
26+
### Deprecated
27+
28+
### Removed
29+
30+
### Fixed
31+
2032
## [0.3.1] - 2019-10-01
2133
### Added
2234

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

1313
/**

0 commit comments

Comments
 (0)