From ad9be46617e6958f9a9c7e594f33ed8a4af47db8 Mon Sep 17 00:00:00 2001 From: Jason Webster Date: Thu, 8 Jun 2017 10:46:20 -0400 Subject: [PATCH] Release version 1.67.0 --- CHANGELOG | 22 ++++++++++++---------- lib/active_merchant/version.rb | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 76256190012..fe90d0e8160 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,20 +1,22 @@ = ActiveMerchant CHANGELOG == HEAD -* NMI: Add Network Tokenization support [shasum] #2431 -* JetPay V2: Add new gateway [shasum] #2442 -* Orbital: Update test and production urls [jcowhigjr] #2436 -* Orbital: Pass soft descriptors from options hash [curiousepic] -* JetPay V2: Add optional tax data to capture calls [shasum] #2445 -* Credorax: Add 3D Secure authentication fields [davidsantoso] #2446 + +== Version 1.67.0 (June 8, 2017) +* Acapture: Pass 3D Secure fields [davidsantoso] #2451 * Authorize.net: Pass Level 2 Data Fields [curiousepic] #2444 -* Quickpay V10: Fix store and token use for recurring payments [wsmoak] #2180 +* Credorax: Add 3D Secure authentication fields [davidsantoso] #2446 * Ebanx: Add gateway support [davidsantoso] #2447 -* Acapture: Pass 3D Secure fields [davidsantoso] #2451 * Ebanx: Reduce supported countries to Brazil and Mexico [davidsantoso] -* Payeezy: Add customer_id_type and customer_id_number fields [davidsantoso] #2454 -* Payeezy: Add client_email field for telecheck [davidsantoso] #2455 * FirstData Payeezy: Set default ECI value for auth/purchase transactions [jasonwebster] #2448 +* JetPay V2: Add new gateway [shasum] #2442 +* JetPay V2: Add optional tax data to capture calls [shasum] #2445 +* NMI: Add Network Tokenization support [shasum] #2431 +* Orbital: Pass soft descriptors from options hash [curiousepic] +* Orbital: Update test and production urls [jcowhigjr] #2436 +* Payeezy: Add client_email field for telecheck [davidsantoso] #2455 +* Payeezy: Add customer_id_type and customer_id_number fields [davidsantoso] #2454 +* Quickpay V10: Fix store and token use for recurring payments [wsmoak] #2180 == Version 1.66.0 (May 4, 2017) * Support Rails 5.1 [jhawthorn] #2407 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index 03038b6a665..fed970f4dc2 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = "1.66.0" + VERSION = "1.67.0" end