Skip to content

Commit

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

* chore: bump abci version to 0.27.0 (breaking change - required ResponsePrepareProposal.app_version)
  • Loading branch information
lklimek authored Mar 27, 2024
1 parent 39c275a commit 333406b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.14.0-dev.5] - 2024-03-27

### Features

- Proposer-based app version (#769)

### Refactor

- [**breaking**] Move Events from FinalizeBlock to ResponseProcessProposal (#770)

### Testing

- Fix flaky TestTooFarInTheFutureProposal (#768)

### Build

- Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#765)
- Bump docker/login-action from 3.0.0 to 3.1.0 (#767)
- Bump docker/build-push-action from 5.2.0 to 5.3.0 (#766)

## [0.14.0-dev.4] - 2024-03-13

### Bug Fixes
Expand All @@ -14,6 +34,7 @@
### Miscellaneous Tasks

- Minor improvements: logging, comments, locks (#726)
- Update changelog and version to 0.14.0-dev.4 (#763)

### Refactor

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.4"
TMVersionDefault = "0.14.0-dev.5"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.26.2"
ABCISemVer = "0.27.0"

ABCIVersion = ABCISemVer
)
Expand Down

0 comments on commit 333406b

Please sign in to comment.