From 1db967bd2e9776e3030bc780c307fced4bb0c3a8 Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 5 May 2020 22:10:48 +0200 Subject: [PATCH] Merge PR #6150: update master with release changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 682762262..147d721be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -505,6 +505,25 @@ to detail this new feature and how state transitions occur. * (x/gov) [\#5107](https://github.com/cosmos/cosmos-sdk/pull/5107) Sum validator operator's all voting power when tally votes * (rest) [\#5212](https://github.com/cosmos/cosmos-sdk/issues/5212) Fix pagination in the `/gov/proposals` handler. + +## [v0.37.12] - 2020-05-05 + +### Improvements + +* (tendermint) Bump Tendermint version to [v0.32.11](https://github.com/tendermint/tendermint/releases/tag/v0.32.11). + +## [v0.37.11] - 2020-04-22 + +### Bug Fixes + +* (x/staking) [\#6021](https://github.com/cosmos/cosmos-sdk/pull/6021) --trust-node's false default value prevents creation of the genesis transaction. + +## [v0.37.10] - 2020-04-22 + +### Bug Fixes + +* (client/context) [\#5964](https://github.com/cosmos/cosmos-sdk/issues/5964) Fix incorrect instantiation of tmlite verifier when --trust-node is off. + ## [v0.37.9] - 2020-04-09 ### Improvements