diff --git a/kpi-tracker/CHANGELOG.md b/kpi-tracker/CHANGELOG.md index e9cca273..d6667f09 100644 --- a/kpi-tracker/CHANGELOG.md +++ b/kpi-tracker/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog for the kpi-tracker service +## 2.1.3 + +- Updated the Concordium Rust SDK to support the changes introduced in protocol 8. + ## 2.1.2 + - Updated the Concordium Rust SDK to support the changes introduced in protocol 7. ## 2.0.0 diff --git a/kpi-tracker/Cargo.lock b/kpi-tracker/Cargo.lock index 38334ba1..c98c4cd0 100644 --- a/kpi-tracker/Cargo.lock +++ b/kpi-tracker/Cargo.lock @@ -633,7 +633,7 @@ dependencies = [ [[package]] name = "concordium-kpi-tracker" -version = "2.1.2" +version = "2.1.3" dependencies = [ "anyhow", "chrono", diff --git a/kpi-tracker/Cargo.toml b/kpi-tracker/Cargo.toml index cbd7bf59..bd066ad8 100644 --- a/kpi-tracker/Cargo.toml +++ b/kpi-tracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium-kpi-tracker" -version = "2.1.2" +version = "2.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html