Skip to content

Commit

Permalink
Release v0.34.0 (#553)
Browse files Browse the repository at this point in the history
* unclog release

* bump version
  • Loading branch information
plafer authored Mar 17, 2023
1 parent c8e4bb1 commit 2d64819
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/v0.34.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This release fixes a bug in the connection handshake.

This is a consensus-breaking change.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v0.34.0

*March 17, 2023*

This release fixes a bug in the connection handshake.

This is a consensus-breaking change.

### BUG

- Fix client IDs for the proof verifications in `ConnectionOpenTry` and `ConnectionOpenAck` ([#550](https://github.com/cosmos/ibc-
rs/issues/550))

## v0.33.0

*March 16, 2023*
Expand Down
2 changes: 1 addition & 1 deletion crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc"
version = "0.33.0"
version = "0.34.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 2d64819

Please sign in to comment.