diff --git a/state-compare/CHANGELOG.md b/state-compare/CHANGELOG.md index 35536c7e..cd94d725 100644 --- a/state-compare/CHANGELOG.md +++ b/state-compare/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog for the the state compare tool +## 1.1.1 + +- Reduce the amount of concurrency. +- Ignore order of transaction hashes when releases are at the same time in + account comparison. + ## 1.1.0 - Add support for protocol version 6. diff --git a/state-compare/Cargo.lock b/state-compare/Cargo.lock index 0269414d..8ba9a81a 100644 --- a/state-compare/Cargo.lock +++ b/state-compare/Cargo.lock @@ -531,7 +531,7 @@ dependencies = [ [[package]] name = "concordium-state-compare" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "chrono", diff --git a/state-compare/Cargo.toml b/state-compare/Cargo.toml index 51978ea4..f756d1b0 100644 --- a/state-compare/Cargo.toml +++ b/state-compare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium-state-compare" -version = "1.1.0" +version = "1.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html