diff --git a/CHANGELOG.md b/CHANGELOG.md index 339e7186..313d7dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.10.0] - 2021-11-19 +## Added + +We are now providing new hooks for our new feature [Instant payouts](https://docs.mangopay.com/guide/instant-payment-payout) : + +- INSTANT_PAYOUT_SUCCEEDED +- INSTANT_PAYOUT_FALLBACKED + +It will allow you to trigger an action depends on the Instant Payout treatment. + ## [3.9.0] - 2021-10-20 ## Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index c2c987ca..e5b01afd 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.9.0'; + const VERSION = '3.10.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance