Skip to content

Commit 3f45193

Browse files
author
Alma Malambo
committed
Release v1.134.0
1 parent 3b43529 commit 3f45193

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
= ActiveMerchant CHANGELOG
33

44
== HEAD
5-
* Paysafe: Map order_id to merchantRefNum [jcreiff] #4839
6-
* Stripe PI: Gate sending NTID [almalee24] #4828
5+
6+
== Version 1.134.0 (July 25, 2023)
7+
* Update required Ruby version [almalee24] #4823
78

89
== Version 1.133.0 (July 20, 2023)
910
* CyberSource: remove credentials from tests [bbraschi] #4836
11+
* Paysafe: Map order_id to merchantRefNum [jcreiff] #4839
12+
* Stripe PI: Gate sending NTID [almalee24] #4828
1013

1114
== Version 1.132.0 (July 20, 2023)
1215
* Stripe Payment Intents: Add support for new card on file field [aenand] #4807

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.133.0'
2+
VERSION = '1.134.0'
33
end

0 commit comments

Comments
 (0)