From 5a605c7daf599ba67ff0ef4ba423944d47f7d01e Mon Sep 17 00:00:00 2001 From: Bruna Rubio Date: Thu, 17 Jul 2025 08:44:22 -0300 Subject: [PATCH] Bump version to 1.29.0 --- CHANGELOG.md | 3 +++ src/Facade.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)