From a0b2a679e68d880d52da58ab5e3b3ca3f02a2bf3 Mon Sep 17 00:00:00 2001 From: Bertrand Braschi Date: Thu, 28 Oct 2021 15:05:24 -0400 Subject: [PATCH] Release 1.124.0 (#4175) --- CHANGELOG | 2 ++ lib/active_merchant/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 789217e2a01..e6a56943234 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ = ActiveMerchant CHANGELOG == HEAD + +== Version 1.124.0 (October 28th, 2021) * Worldpay: Add Support for Submerchant Data on Worldpay [almalee24] #4147 * dlocal: Add device_id and ip to payer object and add additional_data [aenand] #4116 * Adyen: Add network tokenization support to Adyen gateway [mymir] #4101 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index 6958a911c0b..0432fa8756f 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = '1.123.0' + VERSION = '1.124.0' end