Skip to content

Commit

Permalink
Release version 1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyverovski committed Sep 28, 2017
1 parent 22966a3 commit 3b3c82d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
= ActiveMerchant CHANGELOG

== HEAD
* Braintree Blue: Explicitly require braintree-ruby version 2.78 [anotherjosmith]
* Wirecard: Format non-fractional currency amounts correctly [bdewater] #2594

== Version 1.73.0 (September 28, 2017)
* Adyen: Use original authorization pspReference on Refunds [lyverovski] #2589
* Braintree Blue: Explicitly require braintree-ruby version 2.78 [anotherjosmith]
* FirstData E4: Scrub 3DS cryptogram [jasonwebster] #2596
* PayHub: Replace single quotes with double quotes in error message [matthewheath] #2572
* Wirecard: Format non-fractional currency amounts correctly [bdewater] #2594

== Version 1.72.0 (September 20, 2017)
* Adyen: Fix failing remote tests [dtykocki] #2584
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.72.0"
VERSION = "1.73.0"
end

0 comments on commit 3b3c82d

Please sign in to comment.