From b4e57c9dc9f25cd0f8da1007630cabb62270778d Mon Sep 17 00:00:00 2001 From: Rubens Takauti Date: Mon, 28 May 2018 16:56:04 -0300 Subject: [PATCH] Feature/adiciona novas features (#44) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Altera versão para 1.2.0 --- CHANGELOG.md | 9 +++++++++ src/Vindi.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b291e7..45fa72d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes will be documented in this file. +## 1.2.0 - 28/05/2018 +- Add new endpoints to keep up with Vindi API. +- Notification +- Bill->charge +- Bill->invoice +- Charge->fraudReview +- Customer->unarchive($id) +- Subscription->renew($id) + ## 1.1.0 - 04/05/2018 - Option to pass VINDI_API_URI as an argument on instance son of Resource. - Option to pass VINDI_API_KEY as an argument on instance son of Resource. diff --git a/src/Vindi.php b/src/Vindi.php index 9dc382a..1f04bf2 100755 --- a/src/Vindi.php +++ b/src/Vindi.php @@ -43,7 +43,7 @@ class Vindi * * @var string */ - public static $sdkVersion = '1.1.0'; + public static $sdkVersion = '1.2.0'; /** * The Environment variable name for API Time Out.