We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed45fe commit 7c82f82Copy full SHA for 7c82f82
2 files changed
CHANGELOG
@@ -2,10 +2,13 @@
2
= ActiveMerchant CHANGELOG
3
4
== HEAD
5
+
6
+== Version 1.129.0 (April 24th, 2023)
7
* Adyen: Update selectedBrand mapping for Google Pay [jcreiff] #4763
8
* Shift4: Add vendorReference field [jcreiff] #4762
9
* Shift4: Add OAuth error [aenand] #4760
10
* Stripe PI: Add billing address details to Apple Pay and Google Pay tokenization request [BritneyS] #4761
11
+* Make gem compatible with Ruby 3+ [pi3r] #4768
12
13
== Version 1.128.0 (April 24th, 2023)
14
* CheckoutV2: Add support for Shipping Address [nicolas-maalouf-cko] #4755
lib/active_merchant/version.rb
@@ -1,3 +1,3 @@
1
module ActiveMerchant
- VERSION = '1.128.0'
+ VERSION = '1.129.0'
end
0 commit comments