Skip to content

Commit

Permalink
Bump version to 8.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Jan 14, 2025
1 parent 8ce4847 commit 623f421
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased changes

## 8.0.1

- Fix a bug in computing the number of missed rounds in the event of a timeout.
- Fix a bug where the suspended status of a baker pool would be omitted when it was suspended.

Expand Down
2 changes: 1 addition & 1 deletion concordium-base
2 changes: 1 addition & 1 deletion concordium-node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion concordium-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium_node"
version = "8.0.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
version = "8.0.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
description = "Concordium Node"
authors = ["Concordium <[email protected]>"]
exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]
Expand Down

0 comments on commit 623f421

Please sign in to comment.