Skip to content

Commit

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

* chore: bump ABCI version to 0.25
  • Loading branch information
lklimek authored Jan 31, 2024
1 parent f10efa0 commit 9fc725f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.14.0-dev.2] - 2024-01-31

### Bug Fixes

- Panic in ordered_map Key() (#721)

### Features

- New vote extenison type THRESHOLD_RAW (#715)

### Build

- Bump actions/download-artifact from 3 to 4 (#720)
- Bump actions/upload-artifact from 3 to 4 (#719)
- Manual docker image build platform selection (#722)
- Bump bufbuild/buf-setup-action from 1.27.0 to 1.29.0 (#729)
- Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 (#728)
- Fix depguard linter configuration (#730)

## [0.14.0-dev.1] - 2023-12-18

### Features
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.1"
TMVersionDefault = "0.14.0-dev.2"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.24.0"
ABCISemVer = "0.25.0"

ABCIVersion = ABCISemVer
)
Expand Down

0 comments on commit 9fc725f

Please sign in to comment.