This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
changelog and version
release/v0.28.1
Ethan Buchman
6 years ago
parent
8fd8f800d0
commit
5a2e69df81
3 changed files
with
15 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
CHANGELOG.md
+1
-2
CHANGELOG_PENDING.md
+1
-1
version/version.go
+ 13
- 0
CHANGELOG.md
View File
@ -1,5 +1,18 @@
# 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
*January 16th, 2019*
+ 1
- 2
CHANGELOG_PENDING.md
View File
@ -1,4 +1,4 @@
## v0.2
8.1
## v0.2
9.0
*TBD*
@ -21,4 +21,3 @@ Special thanks to external contributors on this release:
### IMPROVEMENTS:
### BUG FIXES:
- [consensus] \#? Fix consensus halt from proposing blocks with too much evidence
+ 1
- 1
version/version.go
View File
@ -18,7 +18,7 @@ const (
// TMCoreSemVer is the current version of Tendermint Core.
// It's the Semantic Version of the software.
// 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
=
"0.15.0"
Write
Preview
Loading…
Cancel
Save