Skip to content

Commit

Permalink
Merge pull request #173 from bandprotocol/patch-to-0.44.0
Browse files Browse the repository at this point in the history
patch to Cosmos v0.44.0
  • Loading branch information
taobun authored Sep 6, 2021
2 parents c3db705 + ccf8df6 commit 4fe1963
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v2.3.0](https://github.com/bandprotocol/chain/releases/tag/v2.3.0)

- (bump) Use cosmos-sdk package v0.44.0
- (bump) Use ibc-go package v1.1.0

## [v2.2.0](https://github.com/bandprotocol/chain/releases/tag/v2.2.0)

- (bump) Use ibc-go package v1.0.1
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.16
require (
github.com/bandprotocol/go-owasm v0.1.0
github.com/confio/ics23/go v0.6.6
github.com/cosmos/cosmos-sdk v0.43.0
github.com/cosmos/cosmos-sdk v0.44.0
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/ibc-go v1.0.1
github.com/ethereum/go-ethereum v1.10.6
github.com/cosmos/ibc-go v1.1.0
github.com/ethereum/go-ethereum v1.10.8
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.2
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
Expand Down
Loading

0 comments on commit 4fe1963

Please sign in to comment.