Skip to content

Commit

Permalink
Merge pull request #65 from mercadopago/bump/1.0.2
Browse files Browse the repository at this point in the history
Bump to 1.0.2
  • Loading branch information
andreagostinho-meli authored Jun 13, 2024
2 parents 0613b39 + ca9fa21 commit c4833ca
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
Expand Up @@ -3,3 +3,7 @@
## VERSION 1.0.1

Solution for issue [56](https://github.com/mercadopago/sdk-go/issues/56).

## VERSION 1.0.2

Fix `differential_pricing_id` type. Now it is `int` instead of `string`.
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.1"
currentSDKVersion string = "1.0.2"
productID string = "CNITR48HSRV0CRPT3NI0"
)

Expand Down

0 comments on commit c4833ca

Please sign in to comment.