From abf1294b8140585cdfa4f7844f1b8f5a8219b1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:14:55 +0100 Subject: [PATCH] Release 1.1.0 (#106) - Adds subdomain for merchants - Adds ChallengeNotificationUrl to nonHostedCompletion - Adds compiled submitted evidence endpoint to disputes - Adds documents to OnboardEntityRequest - Update PaymentContextDetailsResponse - Update onboard entity request - Update payment contexts - Update payment sessions response - Update hosted payment request with disabled payment methods - Fix tests --- client/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/version.go b/client/version.go index 2d95e70..235044e 100644 --- a/client/version.go +++ b/client/version.go @@ -1,3 +1,3 @@ package client -const SDK_VERSION = "1.0.19" +const SDK_VERSION = "1.1.0"