Skip to content

Commit

Permalink
Merge pull request #469 from tendermint/468-bump-sdk-0.44.5
Browse files Browse the repository at this point in the history
build: bump cosmos-sdk to v0.44.5
  • Loading branch information
dongsam committed Jan 26, 2022
2 parents 7da7fb8 + 1db7a45 commit 46f060a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 44 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -37,8 +37,9 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [v1.4.3](https://github.com/tendermint/liquidity/releases) - 2022.01.26
## [v1.4.4](https://github.com/tendermint/liquidity/releases) - 2022.01.26

* [\#469](https://github.com/tendermint/liquidity/pull/469) build: bump cosmos-sdk to v0.44.5
* [\#466](https://github.com/tendermint/liquidity/pull/466) fix: exclude circuit breaking logic for MsgWithdrawWithinBatch

## [v1.4.2](https://github.com/tendermint/liquidity/releases/tag/v1.4.2) - 2021.11.11
Expand Down
1 change: 1 addition & 0 deletions app/params/amino.go
@@ -1,3 +1,4 @@
//go:build test_amino
// +build test_amino

package params
Expand Down
1 change: 1 addition & 0 deletions app/params/proto.go
@@ -1,3 +1,4 @@
//go:build !test_amino
// +build !test_amino

package params
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.5
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 46f060a

Please sign in to comment.