From 7f46302296225469bd4dcd234b24f871633b4dae 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:33 +0200 Subject: [PATCH] Release 1.2.0 (#113) - Adds SEPA Direct Debit Core Support - Adds Klarna Payment Context Support - Adds Card Wallet Type Support - Update card metadata response properties - Update purpose types - Update profile class with holding currencies - Update Payment Components - Update Ideal Payment (CS2) - Update Sessions Authentication Type - Fix LocalSchemes property - Fix Rates property - Fix PayPal name files --- client/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/version.go b/client/version.go index 235044e..db58bb2 100644 --- a/client/version.go +++ b/client/version.go @@ -1,3 +1,3 @@ package client -const SDK_VERSION = "1.1.0" +const SDK_VERSION = "1.2.0"