From fbd8893cc294c22aaf1e4e7e564ea50cd00488c6 Mon Sep 17 00:00:00 2001 From: DustinHaefele Date: Mon, 3 Jun 2024 10:49:07 -0400 Subject: [PATCH] new version release --- CHANGELOG | 2 ++ lib/active_merchant/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index aa789146f38..044c83088c0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ = ActiveMerchant CHANGELOG == HEAD + +== Version 1.136.0 (June 3, 2024) * Shift4V2: Add new gateway based on SecurionPay adapter [heavyblade] #4860 * TNS: Use the specified order_id in request if available [yunnydang] #4880 * Cybersource: Support recurring apple pay [aenand] #4874 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index 68017e31781..2a2845e4371 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = '1.135.0' + VERSION = '1.136.0' end