Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): update changelog and bump version to 0.14.0-dev.2 #731

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading