Skip to content

Commit 7c82f82

Browse files
committed
Release v1.129.0
1 parent eed45fe commit 7c82f82

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
= ActiveMerchant CHANGELOG
33

44
== HEAD
5+
6+
== Version 1.129.0 (April 24th, 2023)
57
* Adyen: Update selectedBrand mapping for Google Pay [jcreiff] #4763
68
* Shift4: Add vendorReference field [jcreiff] #4762
79
* Shift4: Add OAuth error [aenand] #4760
810
* 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
912

1013
== Version 1.128.0 (April 24th, 2023)
1114
* CheckoutV2: Add support for Shipping Address [nicolas-maalouf-cko] #4755

lib/active_merchant/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveMerchant
2-
VERSION = '1.128.0'
2+
VERSION = '1.129.0'
33
end

0 commit comments

Comments
 (0)