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