diff --git a/CHANGELOG b/CHANGELOG index 792c8c2586e..d304a0625c5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,11 +2,14 @@ = ActiveMerchant CHANGELOG == HEAD -* Paysafe: Map order_id to merchantRefNum [jcreiff] #4839 -* Stripe PI: Gate sending NTID [almalee24] #4828 + +== Version 1.134.0 (July 25, 2023) +* Update required Ruby version [almalee24] #4823 == Version 1.133.0 (July 20, 2023) * CyberSource: remove credentials from tests [bbraschi] #4836 +* Paysafe: Map order_id to merchantRefNum [jcreiff] #4839 +* Stripe PI: Gate sending NTID [almalee24] #4828 == Version 1.132.0 (July 20, 2023) * Stripe Payment Intents: Add support for new card on file field [aenand] #4807 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index 89c8baee66b..4fa45514146 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = '1.133.0' + VERSION = '1.134.0' end