Skip to content

Commit

Permalink
bump: upgrade version 1.0.8 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvincarvalhosilva authored Jan 13, 2025
1 parent 840a2a4 commit 17dee0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion pkg/internal/httpclient/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
currentSDKVersion string = "1.0.7"
currentSDKVersion string = "1.0.8"
productID string = "CNITR48HSRV0CRPT3NI0"
)

Expand Down

0 comments on commit 17dee0f

Please sign in to comment.