From 29e50794c88241626d9feab10220dd20d96bbb29 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Fri, 29 May 2020 13:49:10 +0200 Subject: [PATCH] CHANGELOG: add 0.32.12 changelog entry (#4918) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e1f01e6..a74183ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -395,6 +395,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.12 + +*May 19, 2020* + +### BUG FIXES + +- [p2p] [\#4847](https://github.com/tendermint/tendermint/pull/4847) Return masked IP (not the actual IP) in addrbook#groupKey (@melekes) + ## v0.32.11 ### BUG FIXES: