diff --git a/Cargo.lock b/Cargo.lock index 3a9489b..def30d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,7 +446,7 @@ dependencies = [ [[package]] name = "round-based" -version = "0.2.1" +version = "0.2.2" dependencies = [ "futures", "futures-util", diff --git a/round-based/CHANGELOG.md b/round-based/CHANGELOG.md new file mode 100644 index 0000000..479f8da --- /dev/null +++ b/round-based/CHANGELOG.md @@ -0,0 +1,9 @@ +## v0.2.2 + +* fix: correct handling of stores that need no messages in RoundsRouter [#4] + +[#4]: https://github.com/dfns/round-based/pull/4 + +## v0.2.1 + +Changes prior this version weren't documented diff --git a/round-based/Cargo.toml b/round-based/Cargo.toml index 7d6a934..a26ff0f 100644 --- a/round-based/Cargo.toml +++ b/round-based/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "round-based" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "MIT OR Apache-2.0" description = "Driver for MPC protocols"