Skip to content

Commit

Permalink
Prepare changelog for v0.34.19. (#8278)
Browse files Browse the repository at this point in the history
  • Loading branch information
M. J. Fromberger committed Apr 7, 2022
1 parent 6e85f46 commit 2f231ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.34.19

### BUG FIXES

- [cli] [\#8270](https://github.com/tendermint/tendermint/issues/8270) fix reset commands (@alexanderbez).

## v0.34.18

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased Changes

## v0.34.19
## v0.34.20

Special thanks to external contributors on this release:

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var (
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.18"
TMVersionDefault = "0.34.19"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"

Expand Down

0 comments on commit 2f231ce

Please sign in to comment.