From ff61e5150406cfbb1b0e6fcec61a199af396679e Mon Sep 17 00:00:00 2001 From: Leah Riffell Date: Fri, 15 Apr 2022 14:59:42 -0400 Subject: [PATCH] Release v1.126.0 --- 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