Skip to content

Commit

Permalink
Rc0/v5.0.6 (#970)
Browse files Browse the repository at this point in the history
* chore: fix conflicts from stalled release of tendermint v0.34.12

* chore: update changelog
  • Loading branch information
okwme authored Sep 16, 2021
1 parent 2531f5c commit 8defbe0
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 29 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]


## [5.0.6] - 2021-09-16

* (gaia) Bump tendermint to 0.34.13

## [5.0.5] - 2021-08-05

* (gaia) Bump SDK to [0.42.9](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.9) to resolve IBC channel restart issue ([9800](https://github.com/cosmos/cosmos-sdk/issues/9800)).
Expand Down Expand Up @@ -360,7 +365,8 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm

<!-- Release links -->

[Unreleased]: https://github.com/cosmos/gaia/compare/v5.0.5...HEAD
[Unreleased]: https://github.com/cosmos/gaia/compare/v5.0.6...HEAD
[v5.0.6]: https://github.com/cosmos/gaia/releases/tag/v5.0.6
[v5.0.5]: https://github.com/cosmos/gaia/releases/tag/v5.0.5
[v5.0.4]: https://github.com/cosmos/gaia/releases/tag/v5.0.4
[v5.0.3]: https://github.com/cosmos/gaia/releases/tag/v5.0.3
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ require (
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.11
github.com/tendermint/tendermint v0.34.13
github.com/tendermint/tm-db v0.6.4
)

replace google.golang.org/grpc => google.golang.org/grpc v1.33.2

replace github.com/tendermint/tendermint => github.com/tendermint/tendermint v0.34.13

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
Loading

0 comments on commit 8defbe0

Please sign in to comment.