diff --git a/CHANGELOG.md b/CHANGELOG.md index 464866fcb7..367ad27f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased changes +## 5.2.4 + +Fix incorrect labelling of some catchup messages as invalid in Prometheus +metrics. + ## 5.2.3 - Internal refactoring to support the future consensus. diff --git a/concordium-node/Cargo.lock b/concordium-node/Cargo.lock index fee19b6fc6..781491eebf 100644 --- a/concordium-node/Cargo.lock +++ b/concordium-node/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "concordium_node" -version = "5.2.3" +version = "5.2.4" dependencies = [ "anyhow", "app_dirs2", diff --git a/concordium-node/Cargo.toml b/concordium-node/Cargo.toml index 52af20923e..400e9cab0b 100644 --- a/concordium-node/Cargo.toml +++ b/concordium-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium_node" -version = "5.2.3" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' +version = "5.2.4" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' description = "Concordium Node" authors = ["Concordium "] exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"] diff --git a/service/windows/installer/Node.wxs b/service/windows/installer/Node.wxs index eeb367e85a..fcb2d46dba 100644 --- a/service/windows/installer/Node.wxs +++ b/service/windows/installer/Node.wxs @@ -2,9 +2,9 @@ - + - +