Skip to content

Commit

Permalink
Release 0.6.0 version
Browse files Browse the repository at this point in the history
- Update `NodeVersion` to `0.6.0`
- Update `CHANGELOG.md`
  • Loading branch information
herr-seppia committed Sep 7, 2022
1 parent 861ec63 commit 0d62cd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2022-09-07

### Added
- Make BlockGasLimit configurable [#1418]
- Adapt to the new and improved reward strategy [#1320]
Expand Down Expand Up @@ -138,5 +140,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- Releases -->

[Unreleased]: https://github.com/dusk-network/dusk-blockchain/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/dusk-network/dusk-blockchain/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/dusk-network/dusk-blockchain/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/dusk-network/dusk-blockchain/compare/v0.4.4...v0.5.0
2 changes: 1 addition & 1 deletion pkg/config/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
KadcastInitialHeight byte = 128

// The dusk-blockchain executable version.
NodeVersion = "0.6.0-rc"
NodeVersion = "0.6.0"

// TESTNET_GENESIS_HASH is the default genesis hash for testnet.
TESTNET_GENESIS_HASH = "1c0125633b32cec077a6723ca943435b0effb89343c439c70793ff1d6f8066db"
Expand Down

0 comments on commit 0d62cd7

Please sign in to comment.