From aa85956081b240a6e2426e0a6fe8fae31a8673f2 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 25 Jul 2022 14:01:01 +0000 Subject: [PATCH] Bumped version and updated changelog --- CHANGELOG.md | 2 +- lib/Braintree/Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7029def..7fdf7e35 100644 --- a/CHANGELOG.md +++ b/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` diff --git a/lib/Braintree/Version.php b/lib/Braintree/Version.php index fa8ea775..b2056f66 100644 --- a/lib/Braintree/Version.php +++ b/lib/Braintree/Version.php @@ -9,7 +9,7 @@ class Version { const MAJOR = 6; - const MINOR = 8; + const MINOR = 9; const TINY = 0; protected function __construct()