diff --git a/CHANGELOG.md b/CHANGELOG.md index 0484f897b4..3d2a217b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased changes +## 6.2.3 + - Fix an bug that caused the node to crash on Windows when processing a protocol update. ## 6.2.2 diff --git a/concordium-node/Cargo.lock b/concordium-node/Cargo.lock index 9c16002d16..ca3cfcbd1b 100644 --- a/concordium-node/Cargo.lock +++ b/concordium-node/Cargo.lock @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "concordium_node" -version = "6.2.2" +version = "6.2.3" dependencies = [ "anyhow", "app_dirs2", diff --git a/concordium-node/Cargo.toml b/concordium-node/Cargo.toml index 93b7a491e8..3cc23823bc 100644 --- a/concordium-node/Cargo.toml +++ b/concordium-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium_node" -version = "6.2.2" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' +version = "6.2.3" # 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"]