Skip to content

Commit

Permalink
chore(release): update changelog and version to 0.10.0-dev.6 (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek authored Dec 15, 2022
1 parent 2b52bf3 commit eac9e89
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
## [0.10.0-dev] - 2022-12-07
## [0.10.0-dev.6] - 2022-12-15

### Bug Fixes

- ProcessProposal executed twice for a block (#516)
- Proposer-based timestamp broken during backport (#523)

### Miscellaneous Tasks

- [**breaking**] Rename genesis.json quorum fields (#515)
- [**breaking**] Remove Snapshot.core_chain_locked_height (#527)

### Build

- Bump actions/setup-go from 3.3.1 to 3.4.0 (#524)
- Bump bufbuild/buf-setup-action from 1.9.0 to 1.10.0 (#525)

## [0.8.0] - 2022-12-07

### Bug Fixes

Expand All @@ -10,6 +27,7 @@
- Backport to 0.8
- Fix build
- Fix abcidump after backport
- Update changelog and version to 0.8.0

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

Expand Down

0 comments on commit eac9e89

Please sign in to comment.