From 9a14d13fd86e808d7a8b95f5d7b2b8dad5c785ac Mon Sep 17 00:00:00 2001 From: Frederic Marois Date: Wed, 9 Jun 2021 07:22:23 -0700 Subject: [PATCH] Release 1.121.0 --- CHANGELOG | 4 ++++ lib/active_merchant/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e1648044f39..4b0ca6cef85 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,16 @@ = ActiveMerchant CHANGELOG == HEAD + + +== Version 1.121 (June 8th, 2021) * Braintree: Lift restriction on gem version to allow for backwards compatibility [naashton] #3993 * Payment Express/Windcave: Send amount on verify calls [cdmackeyfree] #3995 * Orbital: Use billing_address name as fallback [curiousepic] #3966 * vPOS: handle shop_process_id correctly [therufs] #3996 * Checkout v2: Support metadata field [saschakala] #3992 * Adyen: Support networkTxReference field [naashton] #3997 +* Paypal Express: Enable PayPal express reference transaction request to send merchant session id [janees-e] #3994 == Version 1.120.0 (May 28th, 2021) * Braintree: Bump required braintree gem version to 3.0.1 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index e36c3e5d970..bf3e0e9e4c3 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = '1.120.0' + VERSION = '1.121.0' end