From cd27aaaf39cc7819b5164e4baf3fd5aad23ec52a Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 15:38:55 +0200 Subject: [PATCH] update changelog for v7.0.2 (#1475) (#1476) (cherry picked from commit ceec94e678593eba7ac67d16d809ab52a2010095) Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0de8ff7c..c64c63565f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v7.0.2] -2022-05-09 + * (gaia) bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.45.4](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.4). See [CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/v0.45.4/CHANGELOG.md#v0454---2022-04-25) for details. * (gaia) [#1447](https://github.com/cosmos/gaia/pull/1447) Support custom message types to bypass minimum fee checks for. If a transaction contains only bypassed message types, the transaction will not have minimum fee checks performed during `CheckTx`. Operators can supply these message types via the `bypass-min-fee-msg-types` configuration in `app.toml`. Note, by default they include various IBC message types. @@ -430,7 +432,8 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm -[Unreleased]: https://github.com/cosmos/gaia/compare/v7.0.2...HEAD +[Unreleased]: https://github.com/cosmos/gaia/compare/v7.0.3...HEAD +[v7.0.2]: https://github.com/cosmos/gaia/releases/tag/v7.0.2 [v7.0.1]: https://github.com/cosmos/gaia/releases/tag/v7.0.1 [v7.0.0]: https://github.com/cosmos/gaia/releases/tag/v7.0.0 [v6.0.4]: https://github.com/cosmos/gaia/releases/tag/v6.0.4