From a9d5b3ae375329201594b5f9ae2b14ad43b46869 Mon Sep 17 00:00:00 2001 From: Leah Riffell <34531014+leahriffell@users.noreply.github.com> Date: Fri, 15 Apr 2022 15:54:05 -0400 Subject: [PATCH] Release v1.126.0 (#4402) --- CHANGELOG | 2 ++ lib/active_merchant/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4d7e149464c..b4b26b67676 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ = ActiveMerchant CHANGELOG == HEAD + +== Version 1.126.0 (April 15th, 2022) * Moneris: Add 3DS MPI field support [esmitperez] #4373 * StripePI: Add ability to change payment_method_type to confirm_intent [aenand] #4300 * GlobalCollect: Improve support for Naranja and Cabal card types [dsmcclain] #4286 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index 90d18a043ad..6d05212afb0 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = '1.125.0' + VERSION = '1.126.0' end