Skip to content

Commit

Permalink
Bumped version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Jul 25, 2022
1 parent ab543e9 commit aa85956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 6.9.0
* Add `TRANSACTION_REASON_CODE` to search for transaction that have any ach return response with reason code associated.
* Add `reasonCode` criteria to `TransactionSearch`
* Add `achReturnResponsesCreatedAt` criteria to `TransactionSearch`
Expand Down
2 changes: 1 addition & 1 deletion lib/Braintree/Version.php
Expand Up @@ -9,7 +9,7 @@
class Version
{
const MAJOR = 6;
const MINOR = 8;
const MINOR = 9;
const TINY = 0;

protected function __construct()
Expand Down

0 comments on commit aa85956

Please sign in to comment.