File tree 2 files changed +3
-3
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 0.2.0 ] - 2016-11-23
8
8
### Added
9
9
- [ Api] Add ` getHttpStatusCode ` to ` ApiClientException ` and ` ApiServerException ` . This method returns the response HTTP status code.
10
10
- [ 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/).
27
27
- API Client
28
28
- Business models
29
29
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
31
31
[ 0.1.0 ] : https://github.com/aplazame/php-sdk/commit/cd32febb1dfb0afd3a4916204a2efd07a60a4b5f
Original file line number Diff line number Diff line change 7
7
8
8
class ApiRequest extends Request
9
9
{
10
- const SDK_VERSION = '0.1 .0 ' ;
10
+ const SDK_VERSION = '0.2 .0 ' ;
11
11
const FORMAT_JSON = 'json ' ;
12
12
const FORMAT_XML = 'xml ' ;
13
13
const FORMAT_YAML = 'yaml ' ;
You can’t perform that action at this time.
0 commit comments