Skip to content

Commit 009a17d

Browse files
committed
Release v0.2.0
1 parent 0b1e1a1 commit 009a17d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

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.1.0';
10+
const SDK_VERSION = '0.2.0';
1111
const FORMAT_JSON = 'json';
1212
const FORMAT_XML = 'xml';
1313
const FORMAT_YAML = 'yaml';

0 commit comments

Comments
 (0)