Skip to content

Commit

Permalink
chore(release): update changelog and version to 0.10.0-dev.4 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
shotonoff authored Nov 11, 2022
1 parent 1e4faac commit 1441427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.10.0-dev.3] - 2022-11-09
## [0.10.0-dev.4] - 2022-11-10

### Bug Fixes

Expand All @@ -22,13 +22,15 @@
- Consensus params updates support (#475)
- Add round to Prepare/ProcessProposal, FinalizeBlock (#498)
- Add core_chain_lock_update to RequestProcessProposal (#492)
- [**breaking**] Include state id in block signature (#478)

### Miscellaneous Tasks

- Update changelog and version to 0.10.0-dev.1 (#456)
- Revert `validateBlockTime` (#458)
- Update changelog and version to 0.10.0-dev.2 (#489)
- Improve validation of ResponsePrepare/ProcessProposal ExecTxResults (#477)
- Update changelog and version to 0.10.0-dev.3 (#502)

### 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.10.0-dev.3"
TMVersionDefault = "0.10.0-dev.4"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.20.0"

Expand Down

0 comments on commit 1441427

Please sign in to comment.