From b72cc994f7156c8a8991e6beed2dde84ad274588 Mon Sep 17 00:00:00 2001 From: yaruwangway <69694322+yaruwangway@users.noreply.github.com> Date: Thu, 14 Oct 2021 19:07:19 +0200 Subject: [PATCH] merge Rcn/v5.0.8 to release/v5.0.8 (#1023) * Release/v5.0.6 (#1001) * Rc0/v5.0.3 (#929) * chore: version bump SDK (#924) * chore: update sdk release (#928) * chore: update sdk release * Update CHANGELOG.md Co-authored-by: Aleksandr Bezobchuk * Update CHANGELOG.md Co-authored-by: Aleksandr Bezobchuk * chore: update changelog Co-authored-by: Jacob Gadikian Co-authored-by: Aleksandr Bezobchuk * Rc0/v5.0.5 (#934) * cherrypick commits for v5.0.5 * chore: update changelog * Rc0/v5.0.6 (#970) * chore: fix conflicts from stalled release of tendermint v0.34.12 * chore: update changelog Co-authored-by: Jacob Gadikian Co-authored-by: Aleksandr Bezobchuk * gaia: bump SDK (#1002) * gaia: bump SDK * chore: fix go sum * 5.0.7 conflict (#1009) * Rc0/v5.0.3 (#929) * chore: version bump SDK (#924) * chore: update sdk release (#928) * chore: update sdk release * Update CHANGELOG.md Co-authored-by: Aleksandr Bezobchuk * Update CHANGELOG.md Co-authored-by: Aleksandr Bezobchuk * chore: update changelog Co-authored-by: Jacob Gadikian Co-authored-by: Aleksandr Bezobchuk * Rc0/v5.0.5 (#934) * cherrypick commits for v5.0.5 * chore: update changelog * Rc0/v5.0.6 (#970) * chore: fix conflicts from stalled release of tendermint v0.34.12 * chore: update changelog * Rc0/v5.0.7 (#1004) * gaia: bump SDK (#1002) * gaia: bump SDK * chore: fix go sum * chore: changelog * fix second conflict * bring back changes Co-authored-by: billy rennekamp Co-authored-by: Jacob Gadikian Co-authored-by: Aleksandr Bezobchuk Co-authored-by: Marko Baricevic * Backport/for v5.0.8 (#1011) * feat: add ibc-antehandler to the default handlers * fix: testnet cli command update genesis supply * chore: fix lint Co-authored-by: billy rennekamp * CHANGELOG: release v5.0.8 * fix: link Co-authored-by: billy rennekamp Co-authored-by: Jacob Gadikian Co-authored-by: Aleksandr Bezobchuk Co-authored-by: Marko Co-authored-by: Marko Baricevic --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bfe7302ae4..e7766d2d2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,26 +36,26 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -## [5.0.8] - 2021-10-14 +## [v5.0.8] - 2021-10-14 * (gaia) This release includes a new AnteHandler that rejects redundant IBC transactions to save relayers fees. -## [5.0.7] - 2021-09-30 +## [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.