Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.27.0
* Update - Adjust brazilian local tax (IOF) rate. [#198](https://github.com/ebanx/benjamin/pull/198)

## 1.26.0
* Feature - Add support for Guatemala and Paraguay Credit/Debit cards [#192](https://github.com/ebanx/benjamin/pull/192/)

Expand Down
2 changes: 1 addition & 1 deletion src/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class Facade
{
const VERSION = "1.26.0";
const VERSION = "1.27.0";
/**
* Mock this in your tests extending and using ClientForTests
* and any Engine you like (we provide EchoEngine)
Expand Down