Skip to content

Commit f2f0cd8

Browse files
authored
Merge pull request #205 from ebanx/bump-1.29.0
Bump version to 1.29.0
2 parents a3ee4a6 + 5a605c7 commit f2f0cd8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.29.0
2+
* Update - brazilian local tax (IOF) rate. [#204](https://github.com/ebanx/benjamin/pull/204)
3+
14
## 1.28.0
25
* Update - revert brazilian local tax (IOF) rate. [#202](https://github.com/ebanx/benjamin/pull/202)
36

src/Facade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class Facade
1818
{
19-
const VERSION = "1.28.0";
19+
const VERSION = "1.29.0";
2020
/**
2121
* Mock this in your tests extending and using ClientForTests
2222
* and any Engine you like (we provide EchoEngine)

0 commit comments

Comments
 (0)