Skip to content

Commit

Permalink
Prepare changelog for release 0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Feb 21, 2024
1 parent 868f592 commit 2486acd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/v0.34.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This release fixes a data corruption bug in `tendermint-p2p`.
It also adds builder APIs for the RPC clients, some internal improvements
and dependency updates.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## v0.34.1

This release fixes a data corruption bug in `tendermint-p2p`.
It also adds builder APIs for the RPC clients, some internal improvements
and dependency updates.

### BUG FIXES

- `[tendermint-p2p]` Fix data corruption on sending long messages via `SecretConnection`
([\#1393](https://github.com/informalsystems/tendermint-rs/pull/1393))

### IMPROVEMENTS

- `[tendermint-rpc]` Export the `http`, `websocket`
modules under `client`, each with the public `Builder` type
([\#1378](https://github.com/informalsystems/tendermint-rs/pull/1378)).

## v0.34.0

This release brings breaking changes, updating the `ExtendVote` request
Expand Down

0 comments on commit 2486acd

Please sign in to comment.