Skip to content

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Oct 18, 2018
1 parent 1ad379a commit 90eda9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.25.1

*October 17, 2018*

BUG FIXES:

- [state] [\#2616](https://github.com/tendermint/tendermint/issues/2616) Fix panic when genesis file's `validators` field is nil
- [consensus] [\#2634](https://github.com/tendermint/tendermint/issues/2634) Set `NextValidators` during replay

## v0.25.0

*September 22, 2018*
Expand Down Expand Up @@ -164,8 +173,8 @@ BUG FIXES:
*August 22nd, 2018*

BUG FIXES:
- [libs/autofile] \#2261 Fix log rotation so it actually happens.
- Fixes issues with consensus WAL growing unbounded ala \#2259
- [libs/autofile] [\#2261](https://github.com/tendermint/tendermint/issues/2261) Fix log rotation so it actually happens.
- Fixes issues with consensus WAL growing unbounded ala [\#2259](https://github.com/tendermint/tendermint/issues/2259)

## 0.23.0

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ FEATURES:
IMPROVEMENTS:

BUG FIXES:
- \#2616 Pass nil to NewValidatorSet() when genesis file's Validators field is nil
- \#2634 Set next validators along with validators while replay
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ package version
const (
Maj = "0"
Min = "25"
Fix = "0"
Fix = "1"
)

var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.25.0"
Version = "0.25.1"

// GitCommit is the current HEAD set using ldflags.
GitCommit string
Expand Down

0 comments on commit 90eda9b

Please sign in to comment.