File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.2.0 ] - 2016-11-23
88### Added
99- [ Api] Add ` getHttpStatusCode ` to ` ApiClientException ` and ` ApiServerException ` . This method returns the response HTTP status code.
1010- [ Serializer] New component focused only in assist the conversion of PHP types to JSON compatible types.
@@ -27,5 +27,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2727- API Client
2828- Business models
2929
30- [ Unreleased ] : https://github.com/aplazame/php-sdk/compare/v0.1.0...HEAD
30+ [ 0.2.0 ] : https://github.com/aplazame/php-sdk/compare/v0.1.0...v0.2.0
3131[ 0.1.0 ] : https://github.com/aplazame/php-sdk/commit/cd32febb1dfb0afd3a4916204a2efd07a60a4b5f
Original file line number Diff line number Diff line change 77
88class ApiRequest extends Request
99{
10- const SDK_VERSION = '0.1 .0 ' ;
10+ const SDK_VERSION = '0.2 .0 ' ;
1111 const FORMAT_JSON = 'json ' ;
1212 const FORMAT_XML = 'xml ' ;
1313 const FORMAT_YAML = 'yaml ' ;
You can’t perform that action at this time.
0 commit comments