Skip to content

Commit

Permalink
chore(release): update changelog and version to 0.14.0-dev.8 (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek authored May 20, 2024
1 parent 991f9bc commit 3fc4d5a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
## [0.14.0-dev.7] - 2024-05-16
## [0.14.0-dev.8] - 2024-05-20

### Bug Fixes

- [**breaking**] Limit mempool gossip rate on a per-peer basis (#787)

### Miscellaneous Tasks

- Add Warn log level and decrease verbosity of some logs (#790)
- Detect quorum hash mismatch when verifying commit (#791)

## [0.14.0-dev.7] - 2024-05-17

### Bug Fixes

- Ignore abci section on seeds (#785)
- Abci valset update abci does not need a public key on replay (#786)

### Miscellaneous Tasks

- Update changelog and version to 0.14.0-dev.7 (#789)

### Build

- Bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 (#784)
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.14.0-dev.7"
TMVersionDefault = "0.14.0-dev.8"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.27.0"

Expand Down

0 comments on commit 3fc4d5a

Please sign in to comment.