From 2e94188c118a2f608124f083d8416b84b26c1f4c Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Tue, 26 Oct 2021 08:24:24 -0400 Subject: [PATCH] Add changelog entry Signed-off-by: Thane Thomson --- .changelog/unreleased/breaking-changes/925-upgrade-prost.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/breaking-changes/925-upgrade-prost.md diff --git a/.changelog/unreleased/breaking-changes/925-upgrade-prost.md b/.changelog/unreleased/breaking-changes/925-upgrade-prost.md new file mode 100644 index 000000000..8afd475d3 --- /dev/null +++ b/.changelog/unreleased/breaking-changes/925-upgrade-prost.md @@ -0,0 +1,3 @@ +- Upgraded Prost to the official v0.9 release to finally resolve the security + issue introduced by v0.7 + ([#925](https://github.com/informalsystems/tendermint-rs/issues/925))