Skip to content

Commit

Permalink
Bump to v1.110.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Nespo committed Jul 22, 2020
1 parent 0fa1c93 commit b3d3312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
= ActiveMerchant CHANGELOG

== HEAD
* Cybersource: Add fields to override stored creds [leila-alderman] #3689

== Version 1.110.0
* FirstData e4 v27+: Strip linebreaks from address [curiousepic] #3693
* Adyen: Change shopper_email to email and shopper_ip to ip [rikterbeek] #3675
* FirstData e4 v27+ Fix strip_line_breaks method [carrigan] #3695
* Cybersource: Set authorization on the response even when in fraud review [pi3r] #3701
* Cybersource: Add fields to override stored creds [leila-alderman] #3689
* Cybersource: Conditionally find stored credentials [therufs] #3696 #3697
* Cybersource: Update logic to send cavv as xid for 3DS2 [douglas] #3699
* Credorax: Default 3ds_browsercolordepth to 32 when passed as 30 [britth] #3700
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.109.0'
VERSION = '1.110.0'
end

0 comments on commit b3d3312

Please sign in to comment.