diff --git a/.changelog/unreleased/breaking-changes/1446-fix-prost-version.md b/.changelog/unreleased/breaking-changes/1446-fix-prost-version.md index 6ff0686f7..a13bf258a 100644 --- a/.changelog/unreleased/breaking-changes/1446-fix-prost-version.md +++ b/.changelog/unreleased/breaking-changes/1446-fix-prost-version.md @@ -1,4 +1,4 @@ -- `[tendermint]` Bump `prost` and `prost-types` to their latest versions in tendermint crate. +- `[tendermint]` Bump `prost` and `prost-types` to their latest versions in the `tendermint` crate. This was missed in [#1444](https://github.com/informalsystems/tendermint-rs/pull/1444), which only updated the two dependencies in `tendermint-rpc`, leading to duplicate versions of both crates to be present in the dependency graph.