From 18388f9472cf150b18019f98eae5d1d2e2a24294 Mon Sep 17 00:00:00 2001 From: Bruna Rubio Date: Tue, 27 May 2025 18:03:06 -0300 Subject: [PATCH] Bump version to 1.27.0 --- CHANGELOG.md | 3 +++ src/Facade.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)