Skip to content

Commit

Permalink
Merge pull request #383 from Mangopay/mickaelpois-bump-2132
Browse files Browse the repository at this point in the history
Version bump 2.13.2
  • Loading branch information
mickaelpois authored Mar 12, 2020
2 parents 32ecae8 + 3da903f commit 3b04e7b
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,4 +1,9 @@
## [Unreleased]

## [2.13.2]
### Added
- Mandate Status `EXPIRED` and EventType `MANDATE_EXPIRED` have been added.

## [2.13.1]
### Fixed
- Deprecated syntax on RestTool.php file for PHP 7.4 version.
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 = '2.13.0';
const VERSION = '2.13.2';

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

0 comments on commit 3b04e7b

Please sign in to comment.