Skip to content

Commit 16de372

Browse files
author
Leandro Santos
committedSep 18, 2023
Bump to v0.4.1
1 parent fa37016 commit 16de372

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.1] - 2023-09-18
1618
### Removed
1719
- AccountCreated, Created and Owned attributes to DictKey resource
1820
- AccountNumber and BranchCode attributes to PaymentPreview resource

‎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.3.1
89+
github.com/starkbank/sdk-go v0.4.1
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.3.1"
8+
var SdkVersion = "0.4.1"
99
var Timeout = 15
1010
var ApiVersion = "v2"
1111
var Host = hosts.Bank

0 commit comments

Comments
 (0)