diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2bd845..63673e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.25.0] - 2023-12-07 +### Added + +The IDEAL legacy implementation has been enhanced. You can now pass the `Bic`., and if provided, the API response will include the `BankName` parameter. More information [here](https://mangopay.com/docs/endpoints/web-card-payins#create-web-card-payin). + ## [3.24.1] - 2023-11-09 ### Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index e781f43a..f5ad2989 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.24.1'; + const VERSION = '3.25.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance