Skip to content

Commit

Permalink
Release version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Erico Pedroso committed Jan 19, 2016
1 parent f199419 commit 010a601
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
2 changes: 1 addition & 1 deletion src/Vindi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 010a601

Please sign in to comment.