Skip to content

Commit 29c0ee4

Browse files
committed
Update base and changelog.
1 parent cbc7225 commit 29c0ee4

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,6 +2,10 @@
22

33
## Unreleased changes
44

5+
## 6.3.2
6+
7+
- Fix inconsistent handling of valid contract names.
8+
59
## 6.3.1
610

711
- Fix a bug where a node may fail to produce a timeout certificate due to

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 = "6.3.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
3+
version = "6.3.2" # 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)