diff --git a/CHANGELOG.md b/CHANGELOG.md index ce05042..0cc072e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,5 @@ ## VERSION 1.0.0 + +## VERSION 1.0.1 + +Solution for issue [56](https://github.com/mercadopago/sdk-go/issues/56). diff --git a/pkg/internal/httpclient/helper.go b/pkg/internal/httpclient/helper.go index ad6dc6f..a62c08e 100644 --- a/pkg/internal/httpclient/helper.go +++ b/pkg/internal/httpclient/helper.go @@ -16,7 +16,7 @@ import ( ) const ( - currentSDKVersion string = "1.0.0" + currentSDKVersion string = "1.0.1" productID string = "CNITR48HSRV0CRPT3NI0" )