mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 20:06:24 +00:00
prepare 0.33.7 release (#5202)
This commit is contained in:
committed by
Tess Rinearson
parent
8026fd3cc9
commit
1b1fe4d7cc
@@ -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,4 +1,4 @@
|
||||
## v0.33.7
|
||||
## v0.33.8
|
||||
|
||||
|
||||
\*\*
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user