mirror of
https://github.com/tendermint/tendermint.git
synced 2025-12-23 14:25:19 +00:00
Release v0.34.24 (#9734)
* 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>
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -2,6 +2,24 @@
|
|||||||
|
|
||||||
Friendly reminder, we have a [bug bounty program](https://hackerone.com/cosmos).
|
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
|
## v0.34.23
|
||||||
|
|
||||||
*Nov 9, 2022*
|
*Nov 9, 2022*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Unreleased Changes
|
# Unreleased Changes
|
||||||
|
|
||||||
## v0.34.24
|
## v0.34.25
|
||||||
|
|
||||||
### BREAKING CHANGES
|
### BREAKING CHANGES
|
||||||
|
|
||||||
@@ -18,10 +18,5 @@
|
|||||||
|
|
||||||
### IMPROVEMENTS
|
### IMPROVEMENTS
|
||||||
|
|
||||||
- `[rpc]` \#9724 Remove useless whitespace in RPC output (@adizere,
|
|
||||||
@thanethomson)
|
|
||||||
|
|
||||||
### BUG FIXES
|
### BUG FIXES
|
||||||
|
|
||||||
- `[rpc]` \#9692 Remove `Cache-Control` header response from `/check_tx`
|
|
||||||
endpoint (@JayT106)
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ var TMCoreSemVer = TMVersionDefault
|
|||||||
const (
|
const (
|
||||||
// TMVersionDefault is the used as the fallback version of Tendermint Core
|
// TMVersionDefault is the used as the fallback version of Tendermint Core
|
||||||
// when not using git describe. It is formatted with semantic versioning.
|
// 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 is the semantic version of the ABCI library
|
||||||
ABCISemVer = "0.17.0"
|
ABCISemVer = "0.17.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user