Skip to content

Commit

Permalink
Bump version to 6.1.6 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Oct 4, 2023
1 parent 10c3dc2 commit 256f1c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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

## 6.1.6

- Fix a regression in the start up time. When upgrading from an earlier version, the first start-up
time may be longer than usual, as the genesis state hashes are computed. Subsequent restarts
will not suffer this penalty.
Expand Down
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 = "6.1.5" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
version = "6.1.6" # 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 256f1c4

Please sign in to comment.