Skip to content

Commit

Permalink
v0.37.13 (cometbft#4372)
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes authored Oct 31, 2024
1 parent d7459d5 commit 93a1f07
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changelog/v0.37.13/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*October 31, 2024*

This release rollbacks cometbft-db version to v0.9.5 due to the breaking change
introduced in v0.13.0. Users wishing to use the latest version of cometbft-db
are advised to upgrade to CometBFT v0.38.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v0.37.13

*October 31, 2024*

This release rollbacks cometbft-db version to v0.9.5 due to the breaking change
introduced in v0.13.0. Users wishing to use the latest version of cometbft-db
are advised to upgrade to CometBFT v0.38.

### DEPENDENCIES

- `[deps]` Rollback cometbft-db version to v0.9.5 due to the breaking change
that was introduced in v0.13.0
([\#4369](https://github.com/cometbft/cometbft/pull/4369)).

## v0.37.12

*October 24, 2024*
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
// The default version of TMCoreSemVer is the value used as the
// fallback version of CometBFT when not using git describe.
// It is formatted with semantic versioning.
TMCoreSemVer = "0.37.12"
TMCoreSemVer = "0.37.13"
// ABCISemVer is the semantic version of the ABCI protocol
ABCISemVer = "1.0.0"
ABCIVersion = ABCISemVer
Expand Down

0 comments on commit 93a1f07

Please sign in to comment.