diff --git a/Changelog.md b/Changelog.md index 42fb589..4d3e0f0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Vanilo Braintree Module Changelog +## 2.0.2 +##### 2024-05-15 + +- Fixed the missing `getTransactionAmount()` method in the payment response class in [#5](https://github.com/vanilophp/braintree/pull/5) thanks [xujiongze](https://github.com/xujiongze) + ## 2.0.1 ##### 2024-05-14 diff --git a/src/resources/manifest.php b/src/resources/manifest.php index 92543c0..d64d729 100644 --- a/src/resources/manifest.php +++ b/src/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Braintree Payments for Vanilo', - 'version' => '2.0.1', + 'version' => '2.0.2', ];