Skip to content

Commit

Permalink
prepare 0.33.7 release (#5202)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker authored and tessr committed Aug 4, 2020
1 parent 8026fd3 commit 1b1fe4d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.33.7
## v0.33.8


\*\*
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1b1fe4d

Please sign in to comment.