Skip to content

Commit

Permalink
chore(release): update changelog and bump version to 0.14.0-dev.3 (#752)
Browse files Browse the repository at this point in the history
* chore(release): update changelog and version to 0.14.0-dev.3

* chore: bump abci version to 0.26.0
  • Loading branch information
lklimek authored Mar 7, 2024
1 parent 608bc11 commit 688ee3e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## [0.14.0-dev.3] - 2024-03-07

### Bug Fixes

- Race condition when adding new channel to NodeInfo (#735)
- [**breaking**] E2e tests are flaky due to slow app state processing (#745)

### Features

- Env var ABCI changes abci option in config.toml (#742)
- Route abci requests depending on request type (#734)
- Add request result to prometheus stats (#743)
- Support timeouts in abci calls (#749)

### Miscellaneous Tasks

- Update CODEOWNERS (#736)
- [**breaking**] Remove ExecTxResult.GasWanted (#740)
- Regenerate mocks (#744)
- Don't use go-deadlock in clist due to performance issues (#747)
- Fix linter warnings in v0.14-dev (#748)

### Refactor

- Remove QuorumSingsVerifier (#727)
- Relaxed locking of mempool (#737)

### Build

- Simplify build process (#732)
- Fix docker platforms for releases (#733)
- Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#738)
- Bump go to 1.22, alpine to 3.19, mockery to 2.41.0 (#741)
- Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#746)

## [0.14.0-dev.2] - 2024-01-31

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ 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.2"
TMVersionDefault = "0.14.0-dev.3"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.25.1"
ABCISemVer = "0.26.0"

ABCIVersion = ABCISemVer
)
Expand Down

0 comments on commit 688ee3e

Please sign in to comment.