From 010a6013b4eb6eb8509b94964cf8c6d0f47b9b02 Mon Sep 17 00:00:00 2001 From: Erico Pedroso Date: Tue, 19 Jan 2016 15:20:39 -0200 Subject: [PATCH] Release version 1.0.7 --- CHANGELOG.md | 10 ++++++++-- src/Vindi.php | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 549301b..1d842f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Todas as mudanças notáveis serão documentadas neste arquivo. +## 1.0.7 - 29/01/2015 +- Fix Content-Type and User-Agent headers + +## 1.0.6 - 29/11/2015 +- Add method getLastResponse in Resource to access informations about last response + ## 1.0.5 - 21/10/2015 - Add a method to get request body in RequestException - Fix throw RateLimitException based on HTTP status code 429 @@ -16,7 +22,7 @@ Todas as mudanças notáveis serão documentadas neste arquivo. - Improved code style and type-hinting. ## 1.0.1 - 04/08/2015 -- Adicionado suporte à webhooks. +- Add webhooks support. ## 1.0.0 - 04/08/2015 -- Versão inicial e funcional do SDK. +- Initial version. diff --git a/src/Vindi.php b/src/Vindi.php index b4c1d40..3f62217 100644 --- a/src/Vindi.php +++ b/src/Vindi.php @@ -8,7 +8,7 @@ class Vindi * This Package SDK Version. * @var string */ - public static $sdkVersion = '1.0.6'; + public static $sdkVersion = '1.0.7'; /** * The base URL for the Vindi API.