From 2a7198505725d15c7731b0883479488ca9a07e96 Mon Sep 17 00:00:00 2001 From: Shahan Khatchadourian Date: Tue, 19 Jan 2021 14:51:15 -0500 Subject: [PATCH] Update changelog for v3.0.1 (#551) * Updating changelog on recent commits * Bump to sdk@v0.40.1 and tendermint@v0.34.3 --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f84b749fee9..60fe65a56be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,16 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -* Updated readme.md to provide seeds to gaiad using a flag instead of config.toml +## [v3.0.1] - 2021-01-19 + +* (sdk) Bump SDK version to [v0.40.1](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.40.1). +* (tendermint) Bump Tendermint version to [v0.34.3](https://github.com/tendermint/tendermint/releases/tag/v0.34.3). +* (starport) [\#535](https://github.com/cosmos/gaia/pull/535) Add config.yml +* (github) [\#543](https://github.com/cosmos/gaia/pull/543) Add docker deployment +* (github) [\#544](https://github.com/cosmos/gaia/pull/544) Deploy from main not master +* (docs) [\#550](https://github.com/cosmos/gaia/pull/550) Bump vuepress-theme-cosmos to 1.0.180 +* (docker) [\#537](https://github.com/cosmos/gaia/pull/537) Fix single-node.sh setup script +* (docker) [\#534](https://github.com/cosmos/gaia/pull/534) Update to python3 ## [v3.0.0] - 2021-01-09 @@ -202,7 +211,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ -[Unreleased]: https://github.com/cosmos/gaia/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/cosmos/gaia/compare/v3.0.1...HEAD +[v3.0.1]: https://github.com/cosmos/gaia/releases/tag/v3.0.1 [v3.0.0]: https://github.com/cosmos/gaia/releases/tag/v3.0.0 [v2.0.14]: https://github.com/cosmos/gaia/releases/tag/v2.0.14 [v2.0.13]: https://github.com/cosmos/gaia/releases/tag/v2.0.13