Skip to content

Commit

Permalink
Feature/adiciona novas features (#44)
Browse files Browse the repository at this point in the history
* Altera versão para 1.2.0
  • Loading branch information
rtakauti authored May 28, 2018
1 parent 71ed9ba commit b4e57c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Vindi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b4e57c9

Please sign in to comment.