Skip to content

Commit

Permalink
Release v0.34.24 (#9734)
Browse files Browse the repository at this point in the history
* Prepare changelog for v0.34.24

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

* Bump version to 0.34.24

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

Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Nov 22, 2022
1 parent 08e5d0b commit 014cdcf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## v0.34.24

*Nov 21, 2022*

Apart from one minor bug fix, this release aims to optimize the output of the
RPC (both HTTP and WebSocket endpoints). See our [upgrading
guidelines](./UPGRADING.md#v03424) for more details.

### IMPROVEMENTS

- `[rpc]` [\#9724](https://github.com/tendermint/tendermint/issues/9724) Remove
useless whitespace in RPC output (@adizere, @thanethomson)

### BUG FIXES

- `[rpc]` [\#9692](https://github.com/tendermint/tendermint/issues/9692) Remove
`Cache-Control` header response from `/check_tx` endpoint (@JayT106)

## v0.34.23

*Nov 9, 2022*
Expand Down
7 changes: 1 addition & 6 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased Changes

## v0.34.24
## v0.34.25

### BREAKING CHANGES

Expand All @@ -18,10 +18,5 @@

### IMPROVEMENTS

- `[rpc]` \#9724 Remove useless whitespace in RPC output (@adizere,
@thanethomson)

### BUG FIXES

- `[rpc]` \#9692 Remove `Cache-Control` header response from `/check_tx`
endpoint (@JayT106)
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.23"
TMVersionDefault = "0.34.24"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"

Expand Down

0 comments on commit 014cdcf

Please sign in to comment.