diff --git a/CHANGELOG.md b/CHANGELOG.md index 68dd02e..14aaffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0](https://github.com/maidsafe/safeup/compare/v0.5.0...v0.6.0) - 2024-02-06 + +### Other +- remove `testnet` command + ## [0.5.0](https://github.com/maidsafe/safeup/compare/v0.4.1...v0.5.0) - 2023-12-14 ### Added diff --git a/Cargo.toml b/Cargo.toml index 8d8d5d7..ada37e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "safeup" authors = ["MaidSafe Developers "] description = "CLI for installing components for accessing the Safe Network" license = "GPL-3.0" -version = "0.5.0" +version = "0.6.0" edition = "2021" [[bin]]