From 15d1b1f69828520f60d47932e9ee30864f8c9583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Wed, 15 May 2024 11:33:56 +0200 Subject: [PATCH] Release 1.1.8 (#143) - Adds SEPA Direct Debit Core Support - Adds Klarna Payment Context Support - Update profile class with holding currencies - Update Ideal Payment (CS2) - Update Sessions Authentication Type --- lib/checkout_sdk/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkout_sdk/version.rb b/lib/checkout_sdk/version.rb index 0ac4c7b..4b92aff 100644 --- a/lib/checkout_sdk/version.rb +++ b/lib/checkout_sdk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CheckoutSdk - VERSION = '1.1.7' + VERSION = '1.1.8' end