File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All 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/ )
55and 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
Original file line number Diff line number Diff line change 77
88class 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 /**
You can’t perform that action at this time.
0 commit comments