release/v0.32.12

This commit is contained in:
Tess Rinearson
2020-05-19 13:22:54 +02:00
parent 00b0b87476
commit 832babe790
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## v0.32.12
### 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:

View File

@@ -21,7 +21,7 @@ const (
// XXX: Don't change the name of this variable or you will break
// automation :)
TMCoreSemVer = "0.32.11"
TMCoreSemVer = "0.32.12"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.1"