From 7c0cc95df19d0bb0fb4ddf58930a1a8aa610d0d0 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Thu, 2 Nov 2023 14:09:08 +0200 Subject: [PATCH] version bump 3.19.0 --- CHANGELOG.md | 6 ++++++ lib/mangopay/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22876c8..714f65b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.19.0] - 2023-11-02 +### Updated + +- Giropay and Ideal integrations with Mangopay have been improved. +- Klarna param "MerchantOrderId" has been renamed to "Reference" + ## [3.18.0] - 2023-09-29 ### Added - Instantly convert funds between 2 wallets of different currencies owned by the same user with the new SPOT FX endpoints diff --git a/lib/mangopay/version.rb b/lib/mangopay/version.rb index baf89a8..a42d3fa 100644 --- a/lib/mangopay/version.rb +++ b/lib/mangopay/version.rb @@ -1,3 +1,3 @@ module MangoPay - VERSION = '3.18.0' + VERSION = '3.19.0' end