From 019cabd88e72e03ed451f1fba697db75ddad9f28 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, 2 Jul 2026 10:45:39 +0200 Subject: [PATCH] Release 1.9.0 - feat(issuing/setups/accounts): align SDK with 2026-06-29 API changes (#182) - Add authorization_type and payment_plan to payment link, hosted, and session requests (#177) - fix: route forward client to dedicated base URL (#172) --- 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 5cf5e6a..b47e88e 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.8.1' + VERSION = '1.9.0' end