From 8f4aa94bec95178e541b285a9c2801e42001d14e Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Wed, 10 Apr 2024 10:30:08 +0200 Subject: [PATCH] Bump version to `0.6.1` --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5f802..c324ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] - 2024-04-10 + ### Added - Add `BucketConfig::min_peers` in configuration [#135] @@ -142,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/dusk-network/kadcast/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/dusk-network/kadcast/compare/v0.6.1...HEAD +[0.6.1]: https://github.com/dusk-network/kadcast/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/dusk-network/kadcast/compare/v0.5.0...v0.6.0 [0.5.1]: https://github.com/dusk-network/kadcast/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/dusk-network/kadcast/compare/v0.4.0...v0.4.1 diff --git a/Cargo.toml b/Cargo.toml index bd0f26f..38720e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kadcast" authors = ["herr-seppia "] -version = "0.6.0" +version = "0.6.1" edition = "2018" description = "Implementation of the Kadcast Network Protocol." categories = ["network-programming"]