diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a318f..e0fb09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.28.0 +* Update - revert brazilian local tax (IOF) rate. [#202](https://github.com/ebanx/benjamin/pull/202) + ## 1.27.0 * Update - Adjust brazilian local tax (IOF) rate. [#198](https://github.com/ebanx/benjamin/pull/198) diff --git a/src/Facade.php b/src/Facade.php index 877d7d7..5f42329 100644 --- a/src/Facade.php +++ b/src/Facade.php @@ -16,7 +16,7 @@ class Facade { - const VERSION = "1.27.0"; + const VERSION = "1.28.0"; /** * Mock this in your tests extending and using ClientForTests * and any Engine you like (we provide EchoEngine)