Skip to content

Commit a2efb0e

Browse files
chore: add v0.44.2 release content to the main (#919)
* fix: tmclient update header validation for v0.44.x (#917) * test for tmclient update with different validator sets * fix doc lints * rm incorrect check * add changelog entry * chore: prep v0.44.2 release (#918) --------- Co-authored-by: Rano | Ranadeep <[email protected]>
1 parent 7bce793 commit a2efb0e

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Remove an incorrect validation during tendermint client update
2+
([\#911](https://github.com/cosmos/ibc-rs/issues/911))

.changelog/v0.44.2/summary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This release is a critical patch release that introduces a vital fix by removing
2+
an incorrect validation during a Tendermint client update.
3+
4+
There are no consensus-breaking changes.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ There are no consensus-breaking changes.
9292
- Remove unused code snippets and move serializer roundtrip test to `serializers.rs`
9393
([#869](https://github.com/cosmos/ibc-rs/issues/869))
9494

95+
## v0.44.2
96+
97+
*October 12, 2023*
98+
99+
This release is a critical patch release that introduces a vital fix by removing
100+
an incorrect validation during a Tendermint client update.
101+
102+
There are no consensus-breaking changes.
103+
95104
## v0.44.1
96105

97106
*August 4, 2023*

0 commit comments

Comments
 (0)