Skip to content

Commit fbb1d6a

Browse files
author
Leandro Santos
committed
Bump to v0.4.2
1 parent 89ef79e commit fbb1d6a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1313

1414

1515
## [Unreleased]
16+
17+
## [0.4.2] - 2023-12-15
1618
### Changed
1719
- Global objects variables
1820

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Given a version number MAJOR.MINOR.PATCH, increment:
8686
1.1 In go.mod file, add the path in the required packages
8787

8888
```golang
89-
github.com/starkbank/sdk-go v0.4.1
89+
github.com/starkbank/sdk-go v0.4.2
9090

9191
```
9292

starkbank/settings.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"github.com/starkinfra/core-go/starkcore/utils/hosts"
66
)
77

8-
var SdkVersion = "0.4.1"
8+
var SdkVersion = "0.4.2"
99
var Timeout = 15
1010
var ApiVersion = "v2"
1111
var Host = hosts.Bank

0 commit comments

Comments
 (0)