diff --git a/CHANGELOG.md b/CHANGELOG.md index 63673e69..63af78b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.26.0] - 2023-12-22 +### Added + +New `CardInfo` parameter returned on card transactions. More information [here](https://mangopay.com/docs/release-notes/chilka). + ## [3.25.0] - 2023-12-07 ### Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index f5ad2989..feeb6dc6 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.25.0'; + const VERSION = '3.26.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance