Skip to content

Commit

Permalink
chore(release): update changelog and version to 0.14.0-dev.4 (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Mar 13, 2024
1 parent 46260b8 commit da52026
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## [0.14.0-dev.4] - 2024-03-13

### Bug Fixes

- Cancel previous mempool run when starting new one (#760)
- Valid/locked block incorrectly marked as not timely (#762)

### Features

- Allow configuration of check TX timeout for rpc and p2p tx broadcast (#750)
- Channel enqueue timeout and improved router cleanup (#754)
- Channels with limit of send and recv rate (#753)

### Miscellaneous Tasks

- Minor improvements: logging, comments, locks (#726)

### Refactor

- [**breaking**] Remove deprecated config fields (#755)
- Remove not needed commit timeout and unused LastPrecommits (#751)
- Tune channel priorities and move channel definitions to p2p/channel_params.go (#759)
- Use tmsync.Waker when txs are available (#761)

### Testing

- Add parallel grpc execution test (#758)

### Build

- Bump docker/build-push-action from 5.0.0 to 5.2.0 (#756)
- Bump bufbuild/buf-setup-action from 1.29.0 to 1.30.0 (#757)

## [0.14.0-dev.3] - 2024-03-07

### Bug Fixes
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.3"
TMVersionDefault = "0.14.0-dev.4"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.26.1"

Expand Down

0 comments on commit da52026

Please sign in to comment.