Skip to content

Commit

Permalink
version bump 3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Oct 26, 2022
1 parent 61a9b23 commit 2ccbd4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.16.2] - 2022-10-26
### Fixed

- 565 : Add Id on PayInRecurringRegistration
- 564 : Fix type hint for RemainingFunds
- 563 : Added CardId property to PayInExecutionDetailsDirect and used “int” as types for identifiers

Thanks @AntoineLemaire & @garsaud

## [3.16.1] - 2022-10-18
### Fixed

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.16.1';
const VERSION = '3.16.2';

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

0 comments on commit 2ccbd4f

Please sign in to comment.