From b9fca59f9ad83b0c82a39a981f63fee55b08e70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Bizjak?= Date: Sun, 20 Aug 2023 22:41:01 +0200 Subject: [PATCH] Bump node version to 6.1.0 --- CHANGELOG.md | 3 +++ concordium-base | 2 +- concordium-node/Cargo.lock | 2 +- concordium-node/Cargo.toml | 2 +- service/windows/installer/Node.wxs | 4 ++-- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c3c2edfc..eb5424ce3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## Unreleased changes + +## 6.1.0 + - `GetPoolInfo` now also returns the commission rates for the current reward period. - Add `GetBakersRewardPeriod` to GRPCV2 API. Provided a block, then it returns information about bakers for the reward period of the block. diff --git a/concordium-base b/concordium-base index 1995639167..f7d955893a 160000 --- a/concordium-base +++ b/concordium-base @@ -1 +1 @@ -Subproject commit 19956391679b04b739268618f3867947002b55cb +Subproject commit f7d955893a5bc138c1ff1ed91603d56d970aba9a diff --git a/concordium-node/Cargo.lock b/concordium-node/Cargo.lock index 54b1990f69..1a5757c010 100644 --- a/concordium-node/Cargo.lock +++ b/concordium-node/Cargo.lock @@ -648,7 +648,7 @@ dependencies = [ [[package]] name = "concordium_node" -version = "6.0.4" +version = "6.1.0" dependencies = [ "anyhow", "app_dirs2", diff --git a/concordium-node/Cargo.toml b/concordium-node/Cargo.toml index 5dc427fb76..9060490677 100644 --- a/concordium-node/Cargo.toml +++ b/concordium-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium_node" -version = "6.0.4" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' +version = "6.1.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"] diff --git a/service/windows/installer/Node.wxs b/service/windows/installer/Node.wxs index ac8ac94e51..54be88a5cd 100644 --- a/service/windows/installer/Node.wxs +++ b/service/windows/installer/Node.wxs @@ -2,9 +2,9 @@ - + - +