From a31f839063436bdc30e0c6d1986625cbbf630d75 Mon Sep 17 00:00:00 2001 From: Yaru Wang Date: Thu, 10 Feb 2022 18:56:10 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a1535693b..ceac195f574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,15 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v6.0.1] - 2022-02-11 + +* (gaia) Bump [Liquidity](https://github.com/gravity-devs/liquidity) module to [v1.4.4](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.4.4). +* (gaia) Bump [IBC](https://github.com/cosmos/ibc-go) module to [2.0.3](https://github.com/cosmos/ibc-go/releases/tag/v2.0.3). +* (gaia) [#1230](https://github.com/cosmos/gaia/pull/1230) Fix: update gRPC Web Configuration in `contrib/testnets/test_platform`. +* (gaia) [#1135](https://github.com/cosmos/gaia/pull/1135) Fix rocksdb build tag usage. +* (gaia) [#1160](https://github.com/cosmos/gaia/pull/1160) Improvement: update state sync configs. +* (gaia) [#1208](https://github.com/cosmos/gaia/pull/1208) Update statesync.bash. + ## [v6.0.0] - 2021-11-24 * (gaia) Add NewSetUpContextDecorator to anteDecorators @@ -380,7 +389,8 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm -[Unreleased]: https://github.com/cosmos/gaia/compare/v6.0.0...HEAD +[Unreleased]: https://github.com/cosmos/gaia/compare/v6.0.1...HEAD +[v6.0.1]: https://github.com/cosmos/gaia/releases/tag/v6.0.1 [v6.0.0]: https://github.com/cosmos/gaia/releases/tag/v6.0.0 [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