Skip to content

Commit c4833ca

Browse files
Merge pull request #65 from mercadopago/bump/1.0.2
Bump to 1.0.2
2 parents 0613b39 + ca9fa21 commit c4833ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
## VERSION 1.0.1
44

55
Solution for issue [56](https://github.com/mercadopago/sdk-go/issues/56).
6+
7+
## VERSION 1.0.2
8+
9+
Fix `differential_pricing_id` type. Now it is `int` instead of `string`.

pkg/internal/httpclient/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
currentSDKVersion string = "1.0.1"
19+
currentSDKVersion string = "1.0.2"
2020
productID string = "CNITR48HSRV0CRPT3NI0"
2121
)
2222

0 commit comments

Comments
 (0)