From 17dee0f9ae58c3b2f944c17081ffec9f0d9e9743 Mon Sep 17 00:00:00 2001 From: Kelvin Carvalho Date: Mon, 13 Jan 2025 12:02:06 -0300 Subject: [PATCH] bump: upgrade version 1.0.8 (#82) --- CHANGELOG.md | 4 ++++ pkg/internal/httpclient/helper.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc722d0..8397133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## VERSION 1.0.8 + +Fix `LastChargedAmount` to float64 in `Response` + ## VERSION 1.0.7 Fix `CardID` to string in `Response` from the `pre-approval flow` diff --git a/pkg/internal/httpclient/helper.go b/pkg/internal/httpclient/helper.go index 1f31409..a92c047 100644 --- a/pkg/internal/httpclient/helper.go +++ b/pkg/internal/httpclient/helper.go @@ -16,7 +16,7 @@ import ( ) const ( - currentSDKVersion string = "1.0.7" + currentSDKVersion string = "1.0.8" productID string = "CNITR48HSRV0CRPT3NI0" )