Skip to content

Commit 6d29c17

Browse files
authored
Merge pull request #475 from tendermint/474-bump-sdk-to-v0.44.6
build: bump cosmos-sdk to v0.44.6
2 parents 44ecf40 + db26422 commit 6d29c17

File tree

4 files changed

+30
-46
lines changed

4 files changed

+30
-46
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ Ref: https://keepachangelog.com/en/1.0.0/
3737

3838
## [Unreleased]
3939

40+
## [v1.4.6](https://github.com/tendermint/liquidity/releases) - 2022.02.23
41+
42+
* [\#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)
43+
44+
## [v1.4.5](https://github.com/tendermint/liquidity/releases/tag/v1.4.5) - 2022.01.30
45+
* Unusable release
46+
47+
## [v1.4.4](https://github.com/tendermint/liquidity/releases/tag/v1.4.4) - 2022.01.26
48+
* Unusable release
49+
4050
## [v1.4.2](https://github.com/tendermint/liquidity/releases) - 2021.11.11
4151

4252
* [\#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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For details, see the [Liquidity Module Light Paper](doc/LiquidityModuleLightPape
3636
Requirement | Notes
3737
----------- | -----------------
3838
Go version | Go1.15 or higher
39-
Cosmos SDK | v0.44.2 or higher
39+
Cosmos SDK | v0.44.6 or higher
4040

4141
### Get Liquidity Module source code
4242

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ go 1.15
33
module github.com/tendermint/liquidity
44

55
require (
6-
github.com/cosmos/cosmos-sdk v0.44.3
6+
github.com/cosmos/cosmos-sdk v0.44.6
77
github.com/gogo/protobuf v1.3.3
88
github.com/golang/mock v1.6.0
99
github.com/golang/protobuf v1.5.2
@@ -18,8 +18,8 @@ require (
1818
github.com/stretchr/testify v1.7.0
1919
github.com/tendermint/tendermint v0.34.14
2020
github.com/tendermint/tm-db v0.6.4
21-
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
22-
google.golang.org/grpc v1.40.0
21+
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
22+
google.golang.org/grpc v1.42.0
2323
google.golang.org/protobuf v1.27.1
2424
gopkg.in/yaml.v2 v2.4.0
2525
)

0 commit comments

Comments
 (0)