From 39d4a361c1a29bd8ce4aad2cec63796685d0c283 Mon Sep 17 00:00:00 2001 From: billy rennekamp Date: Mon, 31 Oct 2022 11:35:49 +0100 Subject: [PATCH 1/4] chore: changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dfdb6caf37..2f0c06c2625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,9 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog ## [Unreleased] + + +## [v8.0.0] - 2022-10-31 * (gaia) bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.46.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.46.3). See [CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/v0.46.3/CHANGELOG.md) for details. * (gaia) [#1573](https://github.com/cosmos/gaia/issues/1573), [#1576](https://github.com/cosmos/gaia/issues/1576) update [cosmos ledger](https://github.com/cosmos/ledger-go) version to [v.0.9.3](https://github.com/cosmos/ledger-go/releases/tag/v0.9.3). * (gaia) bump [Liquidity](https://github.com/Gravity-Devs/liquidity) module to [v2.0.1](https://github.com/Gravity-Devs/liquidity/releases/tag/v2.0.1). @@ -445,7 +448,9 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm -[Unreleased]: https://github.com/cosmos/gaia/compare/v7.0.3...HEAD +[Unreleased]: https://github.com/cosmos/gaia/compare/v8.0.0...HEAD +[v8.0.0]: https://github.com/cosmos/gaia/releases/tag/v8.0.0 +[v7.0.3]: https://github.com/cosmos/gaia/releases/tag/v7.0.3 [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 From aff2a4f72a0035c6e73fbb15cb80e2e64d06dd51 Mon Sep 17 00:00:00 2001 From: Yaru Wang Date: Mon, 31 Oct 2022 13:41:36 +0100 Subject: [PATCH 2/4] chore: update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f0c06c2625..5f7ef4815c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,8 +43,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (gaia) bump [Liquidity](https://github.com/Gravity-Devs/liquidity) module to [v2.0.1](https://github.com/Gravity-Devs/liquidity/releases/tag/v2.0.1). * (gaia) bump [ibc-go](https://github.com/cosmos/ibc-go) module to [v5.0.1](https://github.com/cosmos/ibc-go/releases/tag/v5.0.1). See [CHANGELOG.md](https://github.com/cosmos/ibc-go/blob/v5.0.1/CHANGELOG.md) for details. * (gaia) bump [packet-forwarding-middleware](https://github.com/strangelove-ventures/packet-forward-middleware) to depend on ibc-go v5. -* (gaia) Update go to 1.18. -* (feat) Add [Groups](https://docs.cosmos.network/main/modules/grthaoup/#group-module) module. +* (gaia) update go to 1.18. +* (feat) add [Groups](https://docs.cosmos.network/main/modules/grthaoup/#group-module) module. * (feat) add [icamauch](https://github.com/cosmos/gaia/tree/main/x/icamauth) (Interchain Account Message Authorization) module. * (feat) add [globalfee](https://github.com/cosmos/gaia/tree/main/x/globalfee) module. * (feat) replace `MempoolFeeDecorator` with [FeeDecorator](https://github.com/cosmos/gaia/blob/main/x/globalfee/ante/fee.go) to check fees. From 9c3bf5f48a6efb43cf73f51bceae7cc1bf4eed85 Mon Sep 17 00:00:00 2001 From: Yaru Wang Date: Mon, 31 Oct 2022 13:58:21 +0100 Subject: [PATCH 3/4] chore: add changelog for v7.0.3 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7ef4815c4..8a6eb2cb06d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,6 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (gaia) bump [Liquidity](https://github.com/Gravity-Devs/liquidity) module to [v2.0.1](https://github.com/Gravity-Devs/liquidity/releases/tag/v2.0.1). * (gaia) bump [ibc-go](https://github.com/cosmos/ibc-go) module to [v5.0.1](https://github.com/cosmos/ibc-go/releases/tag/v5.0.1). See [CHANGELOG.md](https://github.com/cosmos/ibc-go/blob/v5.0.1/CHANGELOG.md) for details. * (gaia) bump [packet-forwarding-middleware](https://github.com/strangelove-ventures/packet-forward-middleware) to depend on ibc-go v5. -* (gaia) update go to 1.18. * (feat) add [Groups](https://docs.cosmos.network/main/modules/grthaoup/#group-module) module. * (feat) add [icamauch](https://github.com/cosmos/gaia/tree/main/x/icamauth) (Interchain Account Message Authorization) module. * (feat) add [globalfee](https://github.com/cosmos/gaia/tree/main/x/globalfee) module. @@ -53,6 +52,12 @@ Ref: https://keepachangelog.com/en/1.0.0/ IBC, ICA, packet forwarding middleware, Slashing, Staking, and Vesting module. * (tests) use gaiad to swap out [Ignite](https://github.com/ignite/cli) in [liveness tests](https://github.com/cosmos/gaia/blob/main/.github/workflows/test.yml). +## [v7.0.3] -2022-08-03 +* (gaia) update go to 1.18. +* (gaia) bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.45.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.6). See [CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/v0.45.6/CHANGELOG.md) for details. +* (gaia) bump [Liquidity](https://github.com/Gravity-Devs/liquidity) module to [v1.5.1](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.5.1). +* (gaia) bump [cosmos ledger](https://github.com/cosmos/ledger-go) to [v0.9.3](https://github.com/cosmos/ledger-go/releases/tag/v0.9.3) to fix issue [#1573](https://github.com/cosmos/gaia/issues/1573) - Ledger Nano S Plus not detected by gaiad. +* ## [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. From 92ab46ff37fb53044adfce085833f67507e2e61c Mon Sep 17 00:00:00 2001 From: Yaru Wang Date: Mon, 31 Oct 2022 14:14:11 +0100 Subject: [PATCH 4/4] chore: add v7.1.0 to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6eb2cb06d..3c338c5f092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,9 @@ Ref: https://keepachangelog.com/en/1.0.0/ IBC, ICA, packet forwarding middleware, Slashing, Staking, and Vesting module. * (tests) use gaiad to swap out [Ignite](https://github.com/ignite/cli) in [liveness tests](https://github.com/cosmos/gaia/blob/main/.github/workflows/test.yml). +## [v7.1.0] -2022-10-14 +* (gaia) bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.45.9](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.9) to fix the security vulnerability! See [CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/v0.45.9/CHANGELOG.md) for details. + ## [v7.0.3] -2022-08-03 * (gaia) update go to 1.18. * (gaia) bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.45.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.6). See [CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/v0.45.6/CHANGELOG.md) for details. @@ -455,6 +458,7 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm [Unreleased]: https://github.com/cosmos/gaia/compare/v8.0.0...HEAD [v8.0.0]: https://github.com/cosmos/gaia/releases/tag/v8.0.0 +[v7.1.0]: https://github.com/cosmos/gaia/releases/tag/v7.1.0 [v7.0.3]: https://github.com/cosmos/gaia/releases/tag/v7.0.3 [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