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" )