Skip to content

Commit

Permalink
Bump sdk (#771)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 477b739)
  • Loading branch information
Alessio Treglia committed Mar 19, 2021
1 parent 979758d commit a5ad045
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [v4.1.1] - 2021-03-19

This release bring improvements to keyring UX, tx search results, and multi-sig account migrations.
See the Cosmos SDK [release notes](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.2) for details.

### Bug Fixes

* (sdk) Bump SDK version to [v0.42.2](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.2)

## [v4.1.0] - 2021-03-10

### Bug Fixes
Expand Down Expand Up @@ -290,7 +299,8 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm

<!-- Release links -->

[Unreleased]: https://github.com/cosmos/gaia/compare/v4.1.0...HEAD
[Unreleased]: https://github.com/cosmos/gaia/compare/v4.1.1...HEAD
[v4.1.1]: https://github.com/cosmos/gaia/releases/tag/v4.1.1
[v4.1.0]: https://github.com/cosmos/gaia/releases/tag/v4.1.0
[v4.0.6]: https://github.com/cosmos/gaia/releases/tag/v4.0.6
[v4.0.5]: https://github.com/cosmos/gaia/releases/tag/v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.15
require (
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/cosmos/cosmos-sdk v0.42.1
github.com/ethereum/go-ethereum v1.9.25
github.com/cosmos/cosmos-sdk v0.42.2
github.com/ethereum/go-ethereum v1.10.1
github.com/gorilla/mux v1.8.0
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.7
Expand Down
Loading

0 comments on commit a5ad045

Please sign in to comment.