Skip to content

Commit

Permalink
Bump version to 6.3.0 to prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Feb 6, 2024
1 parent 0e2e59f commit cd0bcc9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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.3.0

- Fix a bug where `GetBlockPendingUpdates` fails to report pending updates to the finalization
committee parameters.
- Run GRPC queries in dedicated threads. This improves node resource management
Expand Down
2 changes: 1 addition & 1 deletion collector-backend/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 collector-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "collector-backend"
version = "1.1.3"
version = "1.1.4"
edition = "2018"
authors = ["Concordium <[email protected]>"]
license-file = "../LICENSE"
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.2.3" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
version = "6.3.0" # 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 cd0bcc9

Please sign in to comment.