Skip to content

Commit db548e1

Browse files
authored
Merge pull request #1412 from Concordium/plt-9.0.5
DevNet Release 9.0.5
2 parents 2c1cc5d + cda61ef commit db548e1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## Unreleased changes
44

5+
## 9.0.5 (DevNet)
6+
57
- Protocol-level tokens:
68
- Simplified token transaction handling: Consolidated all token holder and
79
governance operations for a single `TokenUpdateTransaction` type.
810
- Moved authorization from the scheduler to the token module.
9-
- Fix a bug in checking authorization for CreatePLT update.
11+
- Fix a bug in checking authorization for CreatePLT update.
1012

1113
## 9.0.4 (DevNet)
1214

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