From 4891cc074808a1f6f272319ef7d04aef6a8bee1d Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 12 Aug 2020 16:13:06 +0200 Subject: [PATCH] add section to changelog for 0.37.14 (#7022) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 394aec26e9..2b6b390fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -635,6 +635,12 @@ 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.14] - 2020-08-12 + +### Improvements + +* (tendermint) Bump Tendermint version to [v0.32.13](https://github.com/tendermint/tendermint/releases/tag/v0.32.13). + ## [v0.37.13] - 2020-06-03