Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
[RELEASE] v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolucasl authored Sep 18, 2017
2 parents 966fbbd + 7514abc commit 96e7e7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<a name="v1.3.2"></a>
### [1.3.2](https://github.com/moip/moip-sdk-php/compare/v1.3.0...v1.3.2) (2017-09-18)


#### Bug Fixes
- **MoipResource:** Initializing variable to prevent E_NOTICE ([42ee471](https://github.com/moip/moip-sdk-php/commit/42ee471ce2b2131cb326f434fd2a105ceb7f1f45))
- **Connect:** Removing type declaration from methods to compatibility with PHP older versions ([77abe58](https://github.com/moip/moip-sdk-php/commit/77abe58da9e5b658160f1a279ba6227e9ade4409))

<a name="v1.3.1"></a>
### [1.3.1](https://github.com/moip/moip-sdk-php/compare/v1.3.0...v1.3.1) (2017-08-11)

Expand Down
2 changes: 1 addition & 1 deletion src/Moip.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Moip
*
* @const string
*/
const CLIENT_VERSION = '1.3.1';
const CLIENT_VERSION = '1.3.2';

/**
* Authentication that will be added to the header of request.
Expand Down

0 comments on commit 96e7e7d

Please sign in to comment.