From 30ecb1ea563de77b669d714c0e32bf28580c7718 Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Wed, 21 Dec 2022 16:53:33 +0100 Subject: [PATCH] Release `0.6.1` version - Bump `NodeVersion` to `0.6.1` - Update `CHANGELOG.md` --- CHANGELOG.md | 5 ++++- pkg/config/consts.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfac81a7a..360794707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -151,6 +153,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[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 diff --git a/pkg/config/consts.go b/pkg/config/consts.go index c15fc44a4..e9fb51426 100644 --- a/pkg/config/consts.go +++ b/pkg/config/consts.go @@ -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.