Skip to content

Commit

Permalink
Release v0.34.26 (#12)
Browse files Browse the repository at this point in the history
* Bump version to v0.34.26

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Prepare changelog for v0.34.26 release

Signed-off-by: Thane Thomson <connect@thanethomson.com>

---------

Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Feb 4, 2023
1 parent b40b13e commit 66c2cb6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

Friendly reminder, we have a [bug bounty program](https://hackerone.com/cosmos).

## v0.34.26

*Feb 4, 2023*

This is a very minor release for anyone who ends up struggling to update to
v0.34.25 due to the `github.com/btcsuite/btcd/btcec/v2` dependency update in
Tendermint Core: Tendermint Core v0.34.25 implicitly depends on tm-load-test
v1.0.0, which implicitly depends on Tendermint Core v0.34.14, which implicitly
depends on a pre-modularized version of `github.com/btcsuite/btcd/btcec`.

This type of error sometimes shows up when attempting to import Tendermint Core
as a Go dependency, with error messages like:

```
no required module provides package github.com/btcsuite/btcd/btcec; to add it:
go get github.com/btcsuite/btcd/btcec
```

This could also be a sign that your project, or one of your dependencies,
depends on an older version of btcd and need to upgrade.

### DEPENDENCIES

- [informalsystems/tendermint\#11](https://github.com/informalsystems/tendermint/pull/11)
Bump tm-load-test to v1.3.0 to remove implicit dependency on Tendermint Core,
which can sometimes cause problems for folks importing the Informal Systems
fork as a library

## v0.34.25

*Feb 3, 2023*
Expand Down
9 changes: 1 addition & 8 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased Changes

## v0.34.26
## v0.34.27

### BREAKING CHANGES

Expand All @@ -20,10 +20,3 @@

### BUG FIXES

### DEPENDENCIES

- [informalsystems/tendermint\#11](https://github.com/informalsystems/tendermint/pull/11)
Bump tm-load-test to v1.3.0 to remove implicit dependency on Tendermint Core,
which can sometimes cause problems for folks importing the Informal Systems
fork as a library

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 @@ var TMCoreSemVer = TMVersionDefault
const (
// TMVersionDefault is the used as the fallback version of Tendermint Core
// when not using git describe. It is formatted with semantic versioning.
TMVersionDefault = "0.34.25"
TMVersionDefault = "0.34.26"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"

Expand Down

0 comments on commit 66c2cb6

Please sign in to comment.