diff --git a/CHANGELOG.md b/CHANGELOG.md index a64e64b5..0747198d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 6a386a37..a0495915 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -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