Skip to content

Commit

Permalink
Merge pull request #475 from tendermint/474-bump-sdk-to-v0.44.6
Browse files Browse the repository at this point in the history
build: bump cosmos-sdk to v0.44.6
  • Loading branch information
dongsam committed Feb 23, 2022
2 parents 44ecf40 + db26422 commit 6d29c17
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 46 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -37,6 +37,16 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [v1.4.6](https://github.com/tendermint/liquidity/releases) - 2022.02.23

* [\#475](https://github.com/tendermint/liquidity/pull/475) (sdk) Bump SDK version to [v0.44.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.44.6)

## [v1.4.5](https://github.com/tendermint/liquidity/releases/tag/v1.4.5) - 2022.01.30
* Unusable release

## [v1.4.4](https://github.com/tendermint/liquidity/releases/tag/v1.4.4) - 2022.01.26
* Unusable release

## [v1.4.2](https://github.com/tendermint/liquidity/releases) - 2021.11.11

* [\#461](https://github.com/tendermint/liquidity/pull/461) (sdk) Bump SDK version to [v0.44.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.44.3)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ For details, see the [Liquidity Module Light Paper](doc/LiquidityModuleLightPape
Requirement | Notes
----------- | -----------------
Go version | Go1.15 or higher
Cosmos SDK | v0.44.2 or higher
Cosmos SDK | v0.44.6 or higher

### Get Liquidity Module source code

Expand Down
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -3,7 +3,7 @@ go 1.15
module github.com/tendermint/liquidity

require (
github.com/cosmos/cosmos-sdk v0.44.3
github.com/cosmos/cosmos-sdk v0.44.6
github.com/gogo/protobuf v1.3.3
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
Expand All @@ -18,8 +18,8 @@ require (
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.4
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpc v1.40.0
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
)
Expand Down

0 comments on commit 6d29c17

Please sign in to comment.