Skip to content

Commit

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

* bump version
  • Loading branch information
plafer authored Aug 10, 2023
1 parent 580fc1d commit 5a79491
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/v0.44.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This release fixes a bug with the `UpdateClient` event where the `header` field was not properly encoded.

There are no consensus-breaking changes.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG


# v0.44.1

*August 4, 2023*

This release fixes a bug with the `UpdateClient` event where the `header` field was not properly encoded.

There are no consensus-breaking changes.

### BUG FIXES

- Remove traces of deprecated `mocks-no-std` feature
([#819](https://github.com/cosmos/ibc-rs/issues/821))
- Utilize encoded bytes from `Any` for the `header` field of `UpdateClient`
event
([#821](https://github.com/cosmos/ibc-rs/issues/821))

## v0.44.0

*August 4, 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.44.0"
version = "0.44.1"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 5a79491

Please sign in to comment.