From ed676146bf1e7b26aee268f1a9f02675957fef86 Mon Sep 17 00:00:00 2001 From: Silviana Ghita <> Date: Fri, 22 Dec 2023 09:56:13 +0200 Subject: [PATCH] Version bump to 3.26.0 --- CHANGELOG.md | 5 +++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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