diff --git a/.changelog/unreleased/bug-fixes/1476-export-v0_37-abci-events.md b/.changelog/unreleased/bug-fixes/1476-export-v0_37-abci-events.md index 4309a55b6..c60807bef 100644 --- a/.changelog/unreleased/bug-fixes/1476-export-v0_37-abci-events.md +++ b/.changelog/unreleased/bug-fixes/1476-export-v0_37-abci-events.md @@ -1,2 +1,2 @@ - [tendermint] export `abci::event::v0_37` to construct `EventAttribute::V037` variants. - ([\#1479](https://github.com/informalsystems/tendermint-rs/pull/1479)) + ([\#1479](https://github.com/informalsystems/tendermint-rs/pull/1479), ([\#1480](https://github.com/informalsystems/tendermint-rs/pull/1480)) diff --git a/tendermint/src/abci.rs b/tendermint/src/abci.rs index 379284ba8..9a2405861 100644 --- a/tendermint/src/abci.rs +++ b/tendermint/src/abci.rs @@ -54,6 +54,7 @@ pub use crate::v0_38::abci::response::{ }; pub use event::v0_34; +pub use event::v0_37; pub use event::{Event, EventAttribute, EventAttributeIndexExt, TypedEvent}; #[doc(inline)]