Skip to content

Commit

Permalink
Release v1.131.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ocana committed Jun 21, 2023
1 parent e72fe66 commit c2ac257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
= ActiveMerchant CHANGELOG

== HEAD

== Version 1.131.0 (June 21, 2023)
* Redsys: Add supported countries [jcreiff] #4811
* Authorize.net: Truncate nameOnAccount for bank refunds [jcreiff] #4808
* CheckoutV2: Add support for several customer data fields [rachelkirk] #4800
* Worldpay: check payment_method responds to payment_cryptogram and eci [bbraschi] #4812

== Version 1.130.0 (June 13th, 2023)
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.130.0'
VERSION = '1.131.0'
end

0 comments on commit c2ac257

Please sign in to comment.