Skip to content

Commit

Permalink
Release v1.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipebarcos committed Aug 15, 2019
1 parent 7e5a1c9 commit 1086c4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
= ActiveMerchant CHANGELOG

== HEAD
* Bambora formerly Beanstream: Pass card owner when storing tokenized cards [#3006]
* CardConnect: Move domain from gateway specific to gateway field [hdeters] #3283
* Braintree Blue: Support for stored credentials [hdeters] #3286
* Realex: Re-implement credit as general credit [leila-alderman] #3280
* Paymill: Add currency and amount to store requests [jasonxp] #3289
* Realex: Prevent error calculating `refund_hash` or `credit_hash` when the secret is nil [jasonxp] #3291
* MercadoPago: Add Cabal card type [leila-alderman] #3295
* Adyen: Add app based 3DS requests for auth and purchase [jeremywrowe] #3298
* PayU Latam: Add Naranja card type [hdeters] #3299

== Version 1.97.0 (Aug 15, 2019)
* CyberSource: Add issuer `additionalData` gateway-specific field [jasonxp] #3296
* PayU Latam: Add Naranja card type [hdeters] #3299
* Adyen: Add app based 3DS requests for auth and purchase [jeremywrowe] #3298
* MercadoPago: Add Cabal card type [leila-alderman] #3295
* MONEI: Add external MPI 3DS 1 support [jimmyn] #3292
* Bambora formerly Beanstream: Pass card owner when storing tokenized cards [alexdunae] #3006
* Realex: Prevent error calculating `refund_hash` or `credit_hash` when the secret is nil [jasonxp] #3291
* Orbital: Add external MPI support for 3DS1 [pi3r] #3261
* Paymill: Add currency and amount to store requests [jasonxp] #3289
* Realex: Re-implement credit as general credit [leila-alderman] #3280
* Braintree Blue: Support for stored credentials [hdeters] #3286
* CardConnect: Move domain from gateway specific to gateway field [hdeters] #3283

== Version 1.96.0 (Jul 26, 2019)
* Bluesnap: Omit state codes for unsupported countries [therufs] #3229
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.96.0'
VERSION = '1.97.0'
end

0 comments on commit 1086c4e

Please sign in to comment.