From 96401dc21a5bc4d20135fef857ba59e9b56b15d6 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Fri, 13 Dec 2024 13:06:41 +0200 Subject: [PATCH] version bump 3.33.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 c1f1161b..0a58df2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.33.0] - 2024-12-13 +### Added + +- New `PaymentRef` parameter for [Payouts](https://docs.mangopay.com/api-reference/payouts/payout-object#the-payout-object) +v ## [3.32.2] - 2024-11-28 ### Updated diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 25e7ea7d..abbb813a 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.32.2'; + const VERSION = '3.33.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance