prepare 0.33.7 release (#5202)

This commit is contained in:
Erik Grinaker
2020-08-04 13:21:05 +02:00
committed by Tess Rinearson
parent 8026fd3cc9
commit 1b1fe4d7cc
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## v0.33.7
*August 4, 2020*
### BUG FIXES:
- [go] Build release binary using Go 1.14.4, to avoid halt caused by Go 1.14.1 (https://github.com/golang/go/issues/38223)
- [privval] [\#5140](https://github.com/tendermint/tendermint/pull/5140) `RemoteSignerError` from remote signers are no longer retried (@melekes)
## v0.33.6
*July 2, 2020*
+1 -1
View File
@@ -1,4 +1,4 @@
## v0.33.7
## v0.33.8
\*\*
+1 -1
View File
@@ -21,7 +21,7 @@ const (
// XXX: Don't change the name of this variable or you will break
// automation :)
TMCoreSemVer = "0.33.6"
TMCoreSemVer = "0.33.7"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.2"