We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3ee4a6 + 5a605c7 commit f2f0cd8Copy full SHA for f2f0cd8
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.29.0
2
+* Update - brazilian local tax (IOF) rate. [#204](https://github.com/ebanx/benjamin/pull/204)
3
+
4
## 1.28.0
5
* Update - revert brazilian local tax (IOF) rate. [#202](https://github.com/ebanx/benjamin/pull/202)
6
src/Facade.php
@@ -16,7 +16,7 @@
16
17
class Facade
18
{
19
- const VERSION = "1.28.0";
+ const VERSION = "1.29.0";
20
/**
21
* Mock this in your tests extending and using ClientForTests
22
* and any Engine you like (we provide EchoEngine)
0 commit comments