Skip to content

Commit

Permalink
Version Bump 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed Aug 10, 2021
1 parent 26944fd commit dfa753e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## [3.7.0] - 2021-08-10
## [3.7.1] - 2021-08-10
## Fixed

- Better support of more PHPUnit versions
- Cleanup the vendor bundle, to reduce the size of the SDK

Thanks williamdes for your help

## [3.7.0] - 2021-08-10
## Fixed

- ChargeDate has been added for PayInPaymentDetailsDirectDebit
- Change `FallbackReason` parameter's type to object in PayOutPaymentDetailsBankWire

Expand Down
2 changes: 1 addition & 1 deletion MangoPay/Libraries/RestTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
class RestTool
{
const VERSION = '3.7.0';
const VERSION = '3.7.1';

/**
* Root/parent instance that holds the OAuthToken and Configuration instance
Expand Down

0 comments on commit dfa753e

Please sign in to comment.