diff --git a/CHANGELOG.md b/CHANGELOG.md index 9275e111b7f..b3179181e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,22 +36,27 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -## [5.0.7] - 2021-09-30 + +## [v5.0.8] - 2021-10-14 + +* (gaia) This release includes a new AnteHandler that rejects redundant IBC transactions to save relayers fees. + +## [v5.0.7] - 2021-09-30 * (gaia) Bump Cosmos SDK to 0.42.10 -## [5.0.6] - 2021-09-16 +## [v5.0.6] - 2021-09-16 * (gaia) Bump tendermint to 0.34.13 -## [5.0.5] - 2021-08-05 +## [v5.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)). -## [5.0.4] - 2021-07-31 +## [v5.0.4] - 2021-07-31 * (chore) Fix release to include intended items from `v5.0.3`. -## [5.0.3] - 2021-07-30 +## [v5.0.3] - 2021-07-30 * (gaia) Bump SDK to [0.42.8](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.8) to resolve tx query issues. * (gaia) Bump SDK to [0.42.7](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.7) to resolve state sync issues. @@ -368,7 +373,8 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm -[Unreleased]: https://github.com/cosmos/gaia/compare/v5.0.7...HEAD +[Unreleased]: https://github.com/cosmos/gaia/compare/v5.0.8...HEAD +[v5.0.8]: https://github.com/cosmos/gaia/releases/tag/v5.0.8 [v5.0.7]: https://github.com/cosmos/gaia/releases/tag/v5.0.7 [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