Skip to content

Commit

Permalink
Release version 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwebster committed Jun 8, 2017
1 parent b70159a commit ad9be46
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/active_merchant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveMerchant
VERSION = "1.66.0"
VERSION = "1.67.0"
end

0 comments on commit ad9be46

Please sign in to comment.