diff --git a/CHANGELOG.md b/CHANGELOG.md index 417ce18..08a318f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/) diff --git a/src/Facade.php b/src/Facade.php index 74c860d..877d7d7 100644 --- a/src/Facade.php +++ b/src/Facade.php @@ -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)