changelog and version

This commit is contained in:
Ethan Buchman 2019-01-18 12:11:02 -05:00
parent 8fd8f800d0
commit 5a2e69df81
3 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,18 @@
# Changelog # Changelog
## v0.28.1
*January 18th, 2019*
Special thanks to external contributors on this release:
@HaoyangLiu
Friendly reminder, we have a [bug bounty
program](https://hackerone.com/tendermint).
### BUG FIXES:
- [consensus] Fix consensus halt from proposing blocks with too much evidence
## v0.28.0 ## v0.28.0
*January 16th, 2019* *January 16th, 2019*

View File

@ -1,4 +1,4 @@
## v0.28.1 ## v0.29.0
*TBD* *TBD*
@ -21,4 +21,3 @@ Special thanks to external contributors on this release:
### IMPROVEMENTS: ### IMPROVEMENTS:
### BUG FIXES: ### BUG FIXES:
- [consensus] \#? Fix consensus halt from proposing blocks with too much evidence

View File

@ -18,7 +18,7 @@ const (
// TMCoreSemVer is the current version of Tendermint Core. // TMCoreSemVer is the current version of Tendermint Core.
// It's the Semantic Version of the software. // It's the Semantic Version of the software.
// Must be a string because scripts like dist.sh read this file. // Must be a string because scripts like dist.sh read this file.
TMCoreSemVer = "0.28.0" TMCoreSemVer = "0.28.1"
// ABCISemVer is the semantic version of the ABCI library // ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0" ABCISemVer = "0.15.0"