Skip to content

Commit 014cdcf

Browse files
authored
Release v0.34.24 (#9734)
* Prepare changelog for v0.34.24 Signed-off-by: Thane Thomson <[email protected]> * Bump version to 0.34.24 Signed-off-by: Thane Thomson <[email protected]> Signed-off-by: Thane Thomson <[email protected]>
1 parent 08e5d0b commit 014cdcf

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## v0.34.24
6+
7+
*Nov 21, 2022*
8+
9+
Apart from one minor bug fix, this release aims to optimize the output of the
10+
RPC (both HTTP and WebSocket endpoints). See our [upgrading
11+
guidelines](./UPGRADING.md#v03424) for more details.
12+
13+
### IMPROVEMENTS
14+
15+
- `[rpc]` [\#9724](https://github.com/tendermint/tendermint/issues/9724) Remove
16+
useless whitespace in RPC output (@adizere, @thanethomson)
17+
18+
### BUG FIXES
19+
20+
- `[rpc]` [\#9692](https://github.com/tendermint/tendermint/issues/9692) Remove
21+
`Cache-Control` header response from `/check_tx` endpoint (@JayT106)
22+
523
## v0.34.23
624

725
*Nov 9, 2022*

CHANGELOG_PENDING.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased Changes
22

3-
## v0.34.24
3+
## v0.34.25
44

55
### BREAKING CHANGES
66

@@ -18,10 +18,5 @@
1818

1919
### IMPROVEMENTS
2020

21-
- `[rpc]` \#9724 Remove useless whitespace in RPC output (@adizere,
22-
@thanethomson)
23-
2421
### BUG FIXES
2522

26-
- `[rpc]` \#9692 Remove `Cache-Control` header response from `/check_tx`
27-
endpoint (@JayT106)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var TMCoreSemVer = TMVersionDefault
55
const (
66
// TMVersionDefault is the used as the fallback version of Tendermint Core
77
// when not using git describe. It is formatted with semantic versioning.
8-
TMVersionDefault = "0.34.23"
8+
TMVersionDefault = "0.34.24"
99
// ABCISemVer is the semantic version of the ABCI library
1010
ABCISemVer = "0.17.0"
1111

0 commit comments

Comments
 (0)