Skip to content

Commit

Permalink
Release v1.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipebarcos committed Apr 18, 2019
1 parent defcfb7 commit 03c6fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
= ActiveMerchant CHANGELOG

== HEAD
== Version 1.93.0 (April 18, 2019)
* Stripe: Do not consider a refund unsuccessful if only refunding the fee failed [jasonwebster] #3188
* Stripe: Fix webhook creation for connected account [jknipp] #3193
* Adyen: Upgrade to v40 API version [davidsantoso] #3192

== Version 1.91.0 (April 8, 2019)
== Version 1.92.0 (April 8, 2019)
* BluePay: Send customer IP address when provided [jknipp] #3149
* PaymentExpress: Use ip field for client_info field [jknipp] #3150
* Bambora Asia-Pacific: Adds Store [molbrown] #3147
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.92.0'
VERSION = '1.93.0'
end

0 comments on commit 03c6fa3

Please sign in to comment.