From 42eba6386b0998055fc1efa74ee4535107646cfd Mon Sep 17 00:00:00 2001 From: Thomas Dinsdale-Young Date: Wed, 25 Sep 2024 10:31:19 +0200 Subject: [PATCH] Update base and changelog. Bump version. --- 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 df5e873175..24fd1cc70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased changes +## 7.0.5 + +- Fix inconsistent handling of valid contract names. + ## 7.0.4 - Fix a bug where the next payday time reported by the `GetTokenomicsInfo` query was diff --git a/concordium-base b/concordium-base index 8c925efc17..edb1479146 160000 --- a/concordium-base +++ b/concordium-base @@ -1 +1 @@ -Subproject commit 8c925efc17405cc2927f20df46ed5b57275840c2 +Subproject commit edb14791464700d958202a864da8f0d1807077d3 diff --git a/concordium-node/Cargo.lock b/concordium-node/Cargo.lock index a339ca8f8c..920ff47112 100644 --- a/concordium-node/Cargo.lock +++ b/concordium-node/Cargo.lock @@ -787,7 +787,7 @@ dependencies = [ [[package]] name = "concordium_node" -version = "7.0.4" +version = "7.0.5" dependencies = [ "anyhow", "app_dirs2", diff --git a/concordium-node/Cargo.toml b/concordium-node/Cargo.toml index 00ca61530a..ca310a3c1f 100644 --- a/concordium-node/Cargo.toml +++ b/concordium-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium_node" -version = "7.0.4" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' +version = "7.0.5" # 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"]