Skip to content

Commit 7ca46a2

Browse files
authored
Bump to 1.0.1 (#58)
1 parent b31f212 commit 7ca46a2

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
@@ -1 +1,5 @@
11
## VERSION 1.0.0
2+
3+
## VERSION 1.0.1
4+
5+
Solution for issue [56](https://github.com/mercadopago/sdk-go/issues/56).

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.0"
19+
currentSDKVersion string = "1.0.1"
2020
productID string = "CNITR48HSRV0CRPT3NI0"
2121
)
2222

0 commit comments

Comments
 (0)