From 3e3fae888d394d2d55ec7146984707aecdda4497 Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Wed, 25 Sep 2019 16:51:12 -0700 Subject: [PATCH] Merge PR #137: Add CHANGELOG updates from v2.0.1 --- CHANGELOG.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718355c7..f3d1f526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,17 +36,24 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +### Features + +* (gaiad) [\#119](https://github.com/cosmos/gaia/pull/119) Add support for the `--inter-block-cache` CLI +flag and configuration. +* (gaiacli) [\#132](https://github.com/cosmos/gaia/pull/132) Add `tx decode` command to decode +Base64 encoded transactions. + +## [v2.0.1] - 2019-09-20 + +### Features + +* (gaiad) [\#119](https://github.com/cosmos/gaia/pull/119) Add support for the `--halt-time` CLI flag and configuration. + ### Improvements * [\#119](https://github.com/cosmos/gaia/pull/119) Refactor and upgrade Circle CI configuration. - -### Features - -* (gaiad) [\#119](https://github.com/cosmos/gaia/pull/119) Add support for the `--halt-time` and -`--inter-block-cache` CLI flags and configuration. -* (gaiacli) [\#132](https://github.com/cosmos/gaia/pull/132) Add `tx decode` command to decode -Base64 encoded transactions. +* (sdk) Update SDK version to v0.37.1 ## [v2.0.0] - 2019-08-22 @@ -116,6 +123,7 @@ not rely on the `x/supply` keeper to get module account addresses for blacklisti -[Unreleased]: https://github.com/cosmos/gaia/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/cosmos/gaia/compare/v2.0.1...HEAD +[v2.0.1]: https://github.com/cosmos/gaia/releases/tag/v2.0.1 [v2.0.0]: https://github.com/cosmos/gaia/releases/tag/v2.0.0 [v1.0.0]: https://github.com/cosmos/gaia/releases/tag/v1.0.0