From 29c0ee46941645f61b7f449b3c5ad9975bcd2187 Mon Sep 17 00:00:00 2001 From: Thomas Dinsdale-Young Date: Wed, 25 Sep 2024 10:29:35 +0200 Subject: [PATCH] Update base and changelog. --- CHANGELOG.md | 4 ++++ concordium-base | 2 +- concordium-node/Cargo.lock | 2 +- concordium-node/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index affaf06b36..016df09852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased changes +## 6.3.2 + +- Fix inconsistent handling of valid contract names. + ## 6.3.1 - Fix a bug where a node may fail to produce a timeout certificate due to diff --git a/concordium-base b/concordium-base index 290a4b7849..6287019d10 160000 --- a/concordium-base +++ b/concordium-base @@ -1 +1 @@ -Subproject commit 290a4b78496abaab2ce90c49442dc9e369b2b354 +Subproject commit 6287019d10982e4730d0afeae083bcf8ac98ce4e diff --git a/concordium-node/Cargo.lock b/concordium-node/Cargo.lock index 5185b72c91..1cbcba0d53 100644 --- a/concordium-node/Cargo.lock +++ b/concordium-node/Cargo.lock @@ -784,7 +784,7 @@ dependencies = [ [[package]] name = "concordium_node" -version = "6.3.1" +version = "6.3.2" dependencies = [ "anyhow", "app_dirs2", diff --git a/concordium-node/Cargo.toml b/concordium-node/Cargo.toml index 288773cd45..8dc1e3fc25 100644 --- a/concordium-node/Cargo.toml +++ b/concordium-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium_node" -version = "6.3.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' +version = "6.3.2" # 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"]