From 0ea97346301de3e2f2384dd6c7bc51e147f201a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas=20Lucchetta?= Date: Fri, 11 Aug 2017 11:36:54 -0300 Subject: [PATCH] docs: updated CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 671305e..60b53bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). + +### [1.3.1](https://github.com/moip/moip-sdk-php/compare/v1.3.0...v1.3.1) (2017-08-11) + + +#### Bug Fixes + +* **Account:** Fix account create without company set (#157) ([4d7f4bc5](4d7f4bc5)) + # [1.3.0](https://github.com/moip/moip-sdk-php/compare/v1.2.0...v1.3.0) (2017-08-08) @@ -29,4 +37,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ([d327f03](https://github.com/moip/moip-sdk-php/commit/d327f03b5d2449dbac95f3f3cabcd17a19b8853a)) ## BREAKING CHANGES -Now tests are runned using OAuth authentication instead Basic Auth, because now there are tests to resources that only uses OAuth authentication. \ No newline at end of file +Now tests are run using OAuth authentication instead Basic Auth, because now there are tests to resources that only uses OAuth authentication. \ No newline at end of file