From 82777b87dd1d26193a1ad4bc27df828580bb2bc4 Mon Sep 17 00:00:00 2001 From: Jason Webster Date: Mon, 6 Mar 2017 14:31:29 -0500 Subject: [PATCH] Release version 1.64.0 --- CHANGELOG | 30 ++++++++++++++++-------------- lib/active_merchant/version.rb | 2 +- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9ea1028fa3b..c2790e03c5b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,28 +1,30 @@ = ActiveMerchant CHANGELOG == HEAD + +== Version 1.64.0 (March 6, 2017) * Authorize.net: Allow settings to be passed for CIM purchases [fwilkins] #2300 -* Omise: Enable Japan, JPY and JCB support [zdk] #2284 +* Authorize.net: Use new `unsupported_feature` standard error code [jasonwebster] #2322 +* Base Gateway: Add new `unsupported_feature` standard error code [jasonwebster] #2322 * Braintree Blue: Pass cardholder_name with card [curiousepic] #2324 -* Paymill: Send new required fields on tokenization requests [tschelabaumann] #2279 +* Braintree: Add Android Pay meta data fields [jknipp] #2347 +* CardStream: Add additional of currencies [shasum] #2337 +* Credorax: Return failure response reason [shasum] #2341 +* Digitzs: Add gateway [davidsantoso] +* Digitzs: Remove merchant_id from gateway credentials [davidsantoso] * GlobalCollect: Pass options to Refund [curiousepic] #2330 -* PayU LATAM: Let Refund take amount value [curiousepic] #2334 -* Linkpoint: Raise ArgumentError when trying to instantiate without `:pem` [jasonwebster] #2329 -* Base Gateway: Add new `unsupported_feature` standard error code [jasonwebster] #2322 -* Authorize.net: Use new `unsupported_feature` standard error code [jasonwebster] #2322 * Kushki: Add new gateway [shasum] #2326 +* Kushki: Remove body from void call [shasum] #2348 +* Linkpoint: Raise ArgumentError when trying to instantiate without `:pem` [jasonwebster] #2329 +* Omise: Enable Japan, JPY and JCB support [zdk] #2284 * PayU LATAM: Count pending refunds as succeeded [curiousepic] #2336 -* Stripe: Remove idempotency key from verify [shasum] #2335 -* CardStream: Add additional of currencies [shasum] #2337 +* PayU LATAM: Let Refund take amount value [curiousepic] #2334 +* Paymill: Send new required fields on tokenization requests [tschelabaumann] #2279 * Revert "Authorize.net: Allow settings to be passed for CIM purchases" [curiousepic] #2339 -* Digitzs: Add gateway [davidsantoso] -* Credorax: Return failure response reason [shasum] #2341 * Sage: Default billing state when outside US [shasum] #2340 -* TransFirst Transaction Express: Fix improper AVS and CVV response code mapping [shasum] #2342 -* Digitzs: Remove merchant_id from gateway credentials [davidsantoso] -* Braintree: Add Android Pay meta data fields [jknipp] #2347 -* Kushki: Remove body from void call [shasum] #2348 +* Stripe: Remove idempotency key from verify [shasum] #2335 * TransFirst Transaction Express: Don't send order_id with refunds [curiousepic] #2350 +* TransFirst Transaction Express: Fix improper AVS and CVV response code mapping [shasum] #2342 * WePay: Update API version [shasum] #2349 * USA ePay Advanced: Add quick_update_customer action [joshreeves] #2229 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index 722aa6a8aa8..016beff7024 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = "1.63.0" + VERSION = "1.64.0" end