Skip to content

Commit 5b89c8e

Browse files
authored
Bump to 1.0.0 (#55)
1 parent ab3e441 commit 5b89c8e

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Mercado Pago SDK for Go
22

3-
## Work In Progress
4-
SDK development is still ongoing, we aim to release a reliable 1.0.0 soon.
5-
63
[![Go Reference](https://pkg.go.dev/badge/github.com/mercadopago/sdk-go.svg)](https://pkg.go.dev/github.com/mercadopago/sdk-go)
74

85
![mercado-pago-image-7130x2250](https://github.com/mercadopago/sdk-go/assets/84413927/c18102b2-b4ed-46c9-9a83-b5e6a30d659b)
@@ -13,7 +10,7 @@ A comprehensive Go client library for integrating with the Mercado Pago API.
1310

1411
## 💡 Requirements
1512

16-
The SDK requires Go 1.x.x or higher.
13+
The SDK requires Go 1.18 or higher.
1714

1815
## 📲 Installation
1916

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/mercadopago/sdk-go
22

3-
go 1.21.0
3+
go 1.18.0
44

55
require github.com/google/uuid v1.5.0

pkg/internal/httpclient/helper.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616
)
1717

1818
const (
19-
currentSDKVersion string = "x.x.x"
20-
productID string = "abc"
19+
currentSDKVersion string = "1.0.0"
20+
productID string = "CNITR48HSRV0CRPT3NI0"
2121
)
2222

2323
var (

0 commit comments

Comments
 (0)