Skip to content

Commit 514a569

Browse files
authored
Merge pull request #1311 from Concordium/bump-version-8.0.1
Bump version to 8.0.1.
2 parents 8ce4847 + a722766 commit 514a569

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## Unreleased changes
44

5+
## 8.0.1
6+
57
- Fix a bug in computing the number of missed rounds in the event of a timeout.
68
- Fix a bug where the suspended status of a baker pool would be omitted when it was suspended.
9+
- Fix a bug where `GetBlockChainParameters` returns a `ChainParametersV2` in cases where it should
10+
return `ChainParametersV3`.
711

812
## 8.0.0
913

concordium-node/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

concordium-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "concordium_node"
3-
version = "8.0.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
3+
version = "8.0.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
44
description = "Concordium Node"
55
authors = ["Concordium <[email protected]>"]
66
exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]

0 commit comments

Comments
 (0)