Skip to content

Commit 5a79491

Browse files
authored
Release v0.44.1 (#826)
* unclog release * bump version
1 parent 580fc1d commit 5a79491

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

.changelog/v0.44.1/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This release fixes a bug with the `UpdateClient` event where the `header` field was not properly encoded.
2+
3+
There are no consensus-breaking changes.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGELOG
22

3+
4+
# v0.44.1
5+
6+
*August 4, 2023*
7+
8+
This release fixes a bug with the `UpdateClient` event where the `header` field was not properly encoded.
9+
10+
There are no consensus-breaking changes.
11+
12+
### BUG FIXES
13+
14+
- Remove traces of deprecated `mocks-no-std` feature
15+
([#819](https://github.com/cosmos/ibc-rs/issues/821))
16+
- Utilize encoded bytes from `Any` for the `header` field of `UpdateClient`
17+
event
18+
([#821](https://github.com/cosmos/ibc-rs/issues/821))
19+
320
## v0.44.0
421

522
*August 4, 2023*

crates/ibc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc"
3-
version = "0.44.0"
3+
version = "0.44.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)