Skip to content

Commit

Permalink
Release v0.1.1 (umbracle#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored Apr 25, 2022
1 parent 91240b7 commit 16ada0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# 0.1.1 (Not released)
# 0.1.1 (25 April, 2022)

- Retrieve latest nonce when sending a transaction on `contract` [[GH-185](https://github.com/umbracle/ethgo/issues/185)]
- Add `etherscan.GasPrice` function to return last block gas price [[GH-182](https://github.com/umbracle/ethgo/issues/182)]
Expand Down
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var (
Version = "0.1.1"

// VersionPrerelease is a marker for the version.
VersionPrerelease = "dev"
VersionPrerelease = ""
)

// GetVersion returns a string representation of the version
Expand Down

0 comments on commit 16ada0d

Please sign in to comment.