From 7c82f821eebdcd5c2ef9328accae2d7e35a410c4 Mon Sep 17 00:00:00 2001 From: Pierre Nespo Date: Wed, 3 May 2023 13:16:53 -0400 Subject: [PATCH] Release v1.129.0 --- CHANGELOG | 3 +++ lib/active_merchant/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 429c550ccf2..e3d1ddb0c92 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,10 +2,13 @@ = ActiveMerchant CHANGELOG == HEAD + +== Version 1.129.0 (April 24th, 2023) * Adyen: Update selectedBrand mapping for Google Pay [jcreiff] #4763 * Shift4: Add vendorReference field [jcreiff] #4762 * Shift4: Add OAuth error [aenand] #4760 * Stripe PI: Add billing address details to Apple Pay and Google Pay tokenization request [BritneyS] #4761 +* Make gem compatible with Ruby 3+ [pi3r] #4768 == Version 1.128.0 (April 24th, 2023) * CheckoutV2: Add support for Shipping Address [nicolas-maalouf-cko] #4755 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index 3d69284bab4..c51365b650a 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = '1.128.0' + VERSION = '1.129.0' end