Skip to content

Commit e9208b1

Browse files
committed
Update changelog and bump version
1 parent cffc399 commit e9208b1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased changes
44

5+
## 7.0.4
6+
7+
- Fix a bug where the next payday time reported by the `GetTokenomicsInfo` query was
8+
incorrect (#1240).
9+
510
## 7.0.3
611

712
- Fix a bug in the computation of the genesis height after the second protocol update. (#1237)

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 = "7.0.3" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
3+
version = "7.0.4" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
44
description = "Concordium Node"
55
authors = ["Concordium <developers@concordium.com>"]
66
exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]

0 commit comments

Comments
 (0)