Skip to content

Commit

Permalink
Merge pull request #450 from dashevo/release_0.9.0-dev.1
Browse files Browse the repository at this point in the history
chore(release): update changelog and bump version to 0.9.0-dev.1
  • Loading branch information
shotonoff authored Sep 1, 2022
2 parents d9674de + bc5b4f3 commit d64d3d1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
## [0.8.0-dev.6] - 2022-07-06
## [0.9.0-dev.1] - 2022-08-31

### Bug Fixes

- Invalid initial height in e2e vote extensions test (#419)

### Refactor

- Allow set 0 for 'create-proof-block-range' to ignore proof block app hash
- Start test of proof-block range from 0 height

### Build

- Bump actions/setup-go from 3.2.0 to 3.2.1

## [0.8.0-dev.6] - 2022-07-15

### Bug Fixes

Expand All @@ -9,6 +24,7 @@
- Make NewSignItem and MakeSignID exported, revert to precalculate hash for SignItem
- Quorum_sign_data_test.go
- Lint issue
- Check a receiver of ValidatorSet on nil

### Features

Expand All @@ -22,6 +38,7 @@
- Some modification after self-review
- Remove ThresholdVoteExtension as redundant, use VoteExtension instead
- Update order fields initialization
- Update changelog and version to 0.8.0-dev.6

### Refactor

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var (
const (
// TMVersionDefault is the used as the fallback version for Tenderdash
// when not using git describe. It is formatted with semantic versioning.
TMVersionDefault = "0.8.0-dev.6"
TMVersionDefault = "0.9.0-dev.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.19.0"

Expand Down

0 comments on commit d64d3d1

Please sign in to comment.