diff --git a/CHANGELOG b/CHANGELOG index db0114a297b..8de3e03d3dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,22 +1,24 @@ = ActiveMerchant CHANGELOG == HEAD -* Stripe: Add support for statement_address parameters for EMV transactions [malcolm-mergulhao] #2524 -* Vantiv (Litle): Pass 3DS fields [curiousepic] #2536 + +== Version 1.71.0 (August 22, 2017) +* Bambora formerly Beanstream: Change casing on customerIp variable [aengusbates] #2551 * Checkout V2: Add localized_amount support to add_invoice function [nicolas-maalouf-cko] #2452 -* Checkout V2: Fix success response code validation [nicolas-maalouf-cko] #2452 -* Remove HUF from default non-fractional currencies [curiousepic] #2538 -* TransFirst Express: Don't send address2 without value [nfarve] #2545 -* TransFirst: Fix partial refund [nfarve] #2541 * Checkout V2: Add UAE to country list [shasum] #2548 -* Orbital: Updgrade schema version to 7.1 [curiousepic] #2546 -* CreditCall: Parse more response params [nfavre] #2543 +* Checkout V2: Fix success response code validation [nicolas-maalouf-cko] #2452 * CreditCall: Only allow AVS when specified [curiousepic] #2549 * CreditCall: Parse additional params from responses [nfarve] #2552 -* TransFirst Express: Fix Optional Fields Being Passed Blank [nfarve] #2550 -* Bambora formerly Beanstream: Change casing on customerIp variable [aengusbates] #2551 -* Orbital: Support Network Tokenization Credit Cards [curiousepic] #2553 +* CreditCall: Parse more response params [nfavre] #2543 * MercadoPago: Small tweaks to building requests [davidsantoso] #2555 +* Orbital: Support Network Tokenization Credit Cards [curiousepic] #2553 +* Orbital: Updgrade schema version to 7.1 [curiousepic] #2546 +* Remove HUF from default non-fractional currencies [curiousepic] #2538 +* Stripe: Add support for statement_address parameters for EMV transactions [malcolm-mergulhao] #2524 +* TransFirst Express: Don't send address2 without value [nfarve] #2545 +* TransFirst Express: Fix Optional Fields Being Passed Blank [nfarve] #2550 +* TransFirst: Fix partial refund [nfarve] #2541 +* Vantiv (Litle): Pass 3DS fields [curiousepic] #2536 == Version 1.70.0 (August 4, 2017) * Barclaycard Smartpay: Provider a default billing address house number [nfarve] #2520 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index 8b51ca942a0..a357fecf6b1 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = "1.70.0" + VERSION = "1.71.0" end