From bec52f649c4e0e9235f87641d3067d0dcb8358d0 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Fri, 24 May 2024 14:14:20 +0300 Subject: [PATCH] version bump 3.29.3 --- CHANGELOG.md | 5 +++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156f5377..781c0829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.29.3] - 2024-05-24 +### Added + +- New parameter `CardHolderName` for [Update Card registration](https://mangopay.com/docs/endpoints/card-validations#update-card-registration) + ## [3.29.2] - 2024-04-30 ### Fixed diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 0a7bb826..643eeb73 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.29.2'; + const VERSION = '3.29.3'; /** * Root/parent instance that holds the OAuthToken and Configuration instance