Skip to content

Commit

Permalink
Release 0.6.1 version
Browse files Browse the repository at this point in the history
- Bump `NodeVersion` to `0.6.1`
- Update `CHANGELOG.md`
  • Loading branch information
herr-seppia committed Dec 21, 2022
1 parent ad774bf commit 30ecb1e
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.1] - 2022-12-21

### Added
- Add `raw` field to GQL transaction object [#1481]
- Add `blocksrange` filter to GQL transaction lookup [#1468]
Expand Down Expand Up @@ -151,6 +153,7 @@ 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.6.0...HEAD
[Unreleased]: https://github.com/dusk-network/dusk-blockchain/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/dusk-network/dusk-blockchain/compare/v0.6.0...v0.6.1
[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"
NodeVersion = "0.6.1"

// Consensus-related settings
// Protocol-based consensus step time.
Expand Down

0 comments on commit 30ecb1e

Please sign in to comment.