From ece79cf91354365a3e123ce035e0289e6673785d Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Thu, 9 Nov 2017 13:03:52 -0500 Subject: [PATCH] Release version 1.75.0 --- CHANGELOG | 14 ++++++++------ lib/active_merchant/version.rb | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 63d1c56758c..336c0f9f2ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,18 +1,20 @@ = ActiveMerchant CHANGELOG == HEAD -* FirstData E4 (Payeezy): Ensure numeric ECI values are zero padded [jasonwebster] #2630 -* Barclaycard Smartpay: Extra data fields for credits [bpollack] #2631 -* PayU Latam: Adds `partnerID`, adjusts phone preferences, allows empty `ip_address`, and adjusts for no `cvv` [deedeelavinder] #2634 + +== Version 1.75.0 (November 9, 2017) * Barclaycard Smartpay: Clean up test options hashes [bpollack] #2632 +* Barclaycard Smartpay: Extra data fields for credits [bpollack] #2631 +* Cyber Source: Correctly passes subscriptionID for store [deedeelavinder] #2633 * Ebanx: Pass fields for business person responsible [curiousepic] #2635 * Ebanx: Support Colombian transactions [bpollack] #2636 +* FirstData E4 (Payeezy): Ensure numeric ECI values are zero padded [jasonwebster] #2630 +* Netbanx: Only send currency and billing_details for auths and sales [anotherjosmith] #2643 +* Netbanx: Revert "Fixes basic auth for netbanx by sending the account_number and api_key" [anotherjosmith] #2644 +* PayU Latam: Adds `partnerID`, adjusts phone preferences, allows empty `ip_address`, and adjusts for no `cvv` [deedeelavinder] #2634 * Sage Payment Solutions: Scrub check info [curiousepic] #2639 * Worldbank US: Allow using the backup URL [bpollack] #2641 -* Cyber Source: Correctly passes subscriptionID for store [deedeelavinder] #2633 * Worldbank US: Allow using the backup URL per-request [bpollack] #2645 -* Netbanx: Only send currency and billing_details for auths and sales [anotherjosmith] #2643 -* Netbanx: Revert "Fixes basic auth for netbanx by sending the account_number and api_key" [anotherjosmith] #2644 == Version 1.74.0 (October 24, 2017) * Adyen: Update list of supported countries [dtykocki] #2600 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index ca079789036..1dee09dc9d3 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = "1.74.0" + VERSION = "1.75.0" end