File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Friendly reminder, we have a [ bug bounty program] ( https://hackerone.com/cosmos ) .
4
4
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
+
5
23
## v0.34.23
6
24
7
25
* Nov 9, 2022*
Original file line number Diff line number Diff line change 1
1
# Unreleased Changes
2
2
3
- ## v0.34.24
3
+ ## v0.34.25
4
4
5
5
### BREAKING CHANGES
6
6
18
18
19
19
### IMPROVEMENTS
20
20
21
- - ` [rpc] ` \# 9724 Remove useless whitespace in RPC output (@adizere ,
22
- @thanethomson )
23
-
24
21
### BUG FIXES
25
22
26
- - ` [rpc] ` \# 9692 Remove ` Cache-Control ` header response from ` /check_tx `
27
- endpoint (@JayT106 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var TMCoreSemVer = TMVersionDefault
5
5
const (
6
6
// TMVersionDefault is the used as the fallback version of Tendermint Core
7
7
// when not using git describe. It is formatted with semantic versioning.
8
- TMVersionDefault = "0.34.23 "
8
+ TMVersionDefault = "0.34.24 "
9
9
// ABCISemVer is the semantic version of the ABCI library
10
10
ABCISemVer = "0.17.0"
11
11
You can’t perform that action at this time.
0 commit comments