From cd0bcc9bee1c0774f5067ea608053f5dc20465a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Bizjak?= Date: Tue, 6 Feb 2024 19:54:55 +0100 Subject: [PATCH] Bump version to 6.3.0 to prepare for release. --- CHANGELOG.md | 2 ++ collector-backend/Cargo.lock | 2 +- collector-backend/Cargo.toml | 2 +- concordium-node/Cargo.lock | 2 +- concordium-node/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f90853bf..db73654f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased changes +## 6.3.0 + - Fix a bug where `GetBlockPendingUpdates` fails to report pending updates to the finalization committee parameters. - Run GRPC queries in dedicated threads. This improves node resource management diff --git a/collector-backend/Cargo.lock b/collector-backend/Cargo.lock index 06a9919427..5cad798d9c 100644 --- a/collector-backend/Cargo.lock +++ b/collector-backend/Cargo.lock @@ -185,7 +185,7 @@ dependencies = [ [[package]] name = "collector-backend" -version = "1.1.3" +version = "1.1.4" dependencies = [ "anyhow", "chrono", diff --git a/collector-backend/Cargo.toml b/collector-backend/Cargo.toml index 296eeff4a3..43fe723064 100644 --- a/collector-backend/Cargo.toml +++ b/collector-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "collector-backend" -version = "1.1.3" +version = "1.1.4" edition = "2018" authors = ["Concordium "] license-file = "../LICENSE" diff --git a/concordium-node/Cargo.lock b/concordium-node/Cargo.lock index 07f67ccfc0..230308bc55 100644 --- a/concordium-node/Cargo.lock +++ b/concordium-node/Cargo.lock @@ -784,7 +784,7 @@ dependencies = [ [[package]] name = "concordium_node" -version = "6.2.3" +version = "6.3.0" dependencies = [ "anyhow", "app_dirs2", diff --git a/concordium-node/Cargo.toml b/concordium-node/Cargo.toml index 6e727810e1..e5c7dbc977 100644 --- a/concordium-node/Cargo.toml +++ b/concordium-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium_node" -version = "6.2.3" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' +version = "6.3.0" # 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"]