Skip to content

Commit

Permalink
Bump to 1.0.3 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielen-meli authored Jul 4, 2024
1 parent 5454af2 commit b0186f9
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 @@ -7,3 +7,7 @@ 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`.

## VERSION 1.0.3

Include `sub_merchant` in `ForwardData` in `Payment`.
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.2"
currentSDKVersion string = "1.0.3"
productID string = "CNITR48HSRV0CRPT3NI0"
)

Expand Down

0 comments on commit b0186f9

Please sign in to comment.