From 73b23a1a456c21a55c7964e05b7d3865c3f595b5 Mon Sep 17 00:00:00 2001 From: Caio Gaspar Date: Mon, 18 Sep 2017 07:53:59 -0300 Subject: [PATCH 1/2] chore: Release v3.1.0 Release v3.1.0 --- CHANGELOG.md | 15 +++++++++++++++ build.gradle | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f04084..36bae6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [](https://github.com/caiogaspar/moip-sdk-java/compare/v3.0.0...v3.1.0) (2017-09-18) + + +### Bug Fixes + +* **ConnectAPI:** Fix a bug in method to generate authorize URL ([851aa2a](https://github.com/caiogaspar/moip-sdk-java/commit/851aa2a)) + + +### Features + +* Create structure to HATEOAS links in Payment and fix toString methods to some Link Resources ([cf6c46f](https://github.com/caiogaspar/moip-sdk-java/commit/cf6c46f)) + + + # [3.0.0](https://github.com/moip/moip-sdk-java/compare/v2.0.0-RC6...v3.0.0) (2017-09-11) diff --git a/build.gradle b/build.gradle index 6323ad5..e3f01e1 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'signing' group = 'br.com.moip' archivesBaseName = "java-sdk" -version = '3.0.0' +version = '3.1.0' description = "Moip v2 SDK" From c56a710622380fd16101f9e8f493917d34461e72 Mon Sep 17 00:00:00 2001 From: Caio Gaspar Date: Mon, 18 Sep 2017 07:59:17 -0300 Subject: [PATCH 2/2] style: Fixing white-space Fixing white-space --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36bae6f..65bb45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,11 @@ * **ConnectAPI:** Fix a bug in method to generate authorize URL ([851aa2a](https://github.com/caiogaspar/moip-sdk-java/commit/851aa2a)) - ### Features * Create structure to HATEOAS links in Payment and fix toString methods to some Link Resources ([cf6c46f](https://github.com/caiogaspar/moip-sdk-java/commit/cf6c46f)) - # [3.0.0](https://github.com/moip/moip-sdk-java/compare/v2.0.0-RC6...v3.0.0) (2017-09-11)