From 958c4cdc6ed86d685544b39927847050b45879af Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Wed, 5 Aug 2020 12:07:51 +0200 Subject: [PATCH] changelog: add v0.32.13 release (#5204) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48388d10f..e6dde0030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -611,6 +611,14 @@ subjectivity interface. Refer to the [spec](https://github.com/tendermint/spec/b - [consensus/types] [\#4243](https://github.com/tendermint/tendermint/issues/4243) fix BenchmarkRoundStateDeepCopy panics (@cuonglm) - [rpc] [\#4256](https://github.com/tendermint/tendermint/issues/4256) Pass `outCapacity` to `eventBus#Subscribe` when subscribing using a local client +## v0.32.13 + +*August 5, 2020* + + ### BUG FIXES + + - [privval] [\#5112](https://github.com/tendermint/tendermint/issues/5112) If remote signer errors, don't retry (@melekes) + ## v0.32.12 *May 19, 2020* @@ -621,6 +629,8 @@ subjectivity interface. Refer to the [spec](https://github.com/tendermint/spec/b ## v0.32.11 +*April 29, 2020* + ### BUG FIXES: - [privval] [\#4275](https://github.com/tendermint/tendermint/issues/4275) Fix consensus failure when remote signer drops (@melekes)