Skip to content

Commit

Permalink
changelog: rc0/33.8 (#5222)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored and tessr committed Aug 11, 2020
1 parent 1b1fe4d commit 1a8e42d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.8

*August 11, 2020*

## Go security update

Go reported a security vulnerability that affected the `encoding/binary` package. The most recent binary for tendermint is using 1.14.6, for this
reason the Tendermint engineering team has opted to conduct a release to aid users in using the correct version of Go. Read more about the security issue [here](https://github.com/golang/go/issues/40618).

## v0.33.7

*August 4, 2020*
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.7"
TMCoreSemVer = "0.33.8"

// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.2"
Expand Down

0 comments on commit 1a8e42d

Please sign in to comment.