Skip to content

Commit

Permalink
chore(release): update changelog and version to 0.10.0-dev.7 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek authored Dec 20, 2022
1 parent b5cd444 commit 427a717
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
## [0.10.0-dev.7] - 2022-12-20

### Bug Fixes

- Decrease log verbosity by logging send/recv logs on trace level (#533)
- Ensure process proposal was called on commit processing (#534)

### Features

- Seed connectivity tuning options (max-incoming-connection-time,incoming-connection-window) (#532)

### Build

- Improve release script (#522)

## [0.10.0-dev.6] - 2022-12-15

### Bug Fixes

- ProcessProposal executed twice for a block (#516)
- Proposer-based timestamp broken during backport (#523)
- Improve wal replay mechanism (#510)

### Miscellaneous Tasks

- [**breaking**] Rename genesis.json quorum fields (#515)
- [**breaking**] Remove Snapshot.core_chain_locked_height (#527)
- Update changelog and version to 0.10.0-dev.6 (#526)

### Build

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

Expand Down

0 comments on commit 427a717

Please sign in to comment.