From 9d228ab9e20b3723a04deff05d95354d5f32b994 Mon Sep 17 00:00:00 2001 From: Bruna Rubio Date: Thu, 26 Jun 2025 15:37:01 -0300 Subject: [PATCH] Bump version to 1.28.0 --- CHANGELOG.md | 3 +++ src/Facade.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)