Skip to content

Commit

Permalink
Version bump 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin Craciun committed Sep 25, 2020
1 parent 10c6c48 commit eda61ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.1.2] - 2020-09-25
- New endpoint to support changes to Card Validation process (please listen out for product announcements)
- New RemainingFunds Parameters (Complete feature not fully activated, please listen for product announcements)
- Fix to PayInWebExtendedView

## [3.1.1] - 2020-08-28
- As part of KYC improvements, we are adding an OUT_OF_DATE status for KYC documents
- New MultiCapture Parameter added to Preauthorization object (Complete feature not fully activated, please listen for product announcements)
Expand Down
2 changes: 1 addition & 1 deletion MangoPay/Libraries/RestTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
class RestTool
{
const VERSION = '3.1.1';
const VERSION = '3.1.2';

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

0 comments on commit eda61ca

Please sign in to comment.