Skip to content

Commit

Permalink
Merge pull request #84 from mercadopago/bump/1.0.9
Browse files Browse the repository at this point in the history
Bump to 1.0.9
  • Loading branch information
renanneri01 authored Jan 15, 2025
2 parents 998a244 + a469712 commit 62b9aa3
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.9

Fix `FirstInvoiceOffset` to int in `Response`

## VERSION 1.0.8

Fix `LastChargedAmount` to float64 in `Response`
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.8"
currentSDKVersion string = "1.0.9"
productID string = "CNITR48HSRV0CRPT3NI0"
)

Expand Down

0 comments on commit 62b9aa3

Please sign in to comment.