Skip to content

Commit

Permalink
Update base and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Sep 25, 2024
1 parent cbc7225 commit 29c0ee4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased changes

## 6.3.2

- Fix inconsistent handling of valid contract names.

## 6.3.1

- Fix a bug where a node may fail to produce a timeout certificate due to
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.3.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
version = "6.3.2" # 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 29c0ee4

Please sign in to comment.