File tree 5 files changed +21
-1
lines changed
5 files changed +21
-1
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
20
## v0.44.0
4
21
5
22
* August 4, 2023*
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ibc"
3
- version = " 0.44.0 "
3
+ version = " 0.44.1 "
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments