From f5414705896aeacab5ccf0564207d0f46db10314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:30:46 +0100 Subject: [PATCH] Release 1.0.19 - Adds `payment sessions` support - Update `payment request` for `payment contexts` - Update `giropay` source - Update properties and tests --- client/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/version.go b/client/version.go index e01b99a..2d95e70 100644 --- a/client/version.go +++ b/client/version.go @@ -1,3 +1,3 @@ package client -const SDK_VERSION = "1.0.18" +const SDK_VERSION = "1.0.19"