From 34a127959d49531ac8ec6a95c4b3d1001cb766a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Oca=C3=B1a?= Date: Tue, 13 Jun 2023 17:33:47 +0100 Subject: [PATCH] Release v1.130.0 --- CHANGELOG | 4 ++++ lib/active_merchant/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0c7e5085f4b..8a678e83602 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ = ActiveMerchant CHANGELOG == HEAD + +== Version 1.130.0 (June 13th, 2023) * Payu Latam - Update error code method to surface network code [yunnydang] #4773 * CyberSource: Handling Canadian bank accounts [heavyblade] #4764 * CyberSource Rest: Fixing currency detection [heavyblade] #4777 @@ -13,12 +15,14 @@ * Ogone: Enable 3ds Global for Ogone Gateway [javierpedrozaing] #4776 * Worldpay: Fix Google Pay [almalee24] #4774 * Borgun change default TrCurrencyExponent and MerchantReturnUrl [naashton] #4788 +* Borgun: support for GBP currency [naashton] #4789 * CyberSource: Enable auto void on r230 [aenand] #4794 * Redsys: Set appropriate request fields for stored credentials with CITs and MITs [BritneyS] #4784 * Stripe & Stripe PI: Validate API Key [almalee24] #4801 * Add BIN for Maestro [jcreiff] #4799 * D_Local: Add save field on card object [yunnydang] #4805 * PayPal Express: Adds support for MsgSubID property on DoReferenceTransaction and DoExpressCheckoutPayment [wikiti] #4798 +* Checkout_v2: use credit_card?, not case equality with CreditCard [bbraschi] #4803 * Shift4: Enable general credit feature [jherreraa] #4790 == Version 1.129.0 (May 3rd, 2023) diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index c51365b650a..aa54e52ddea 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = '1.129.0' + VERSION = '1.130.0' end