diff --git a/CHANGELOG.md b/CHANGELOG.md index 89dfa4d..34b6607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.18](https://github.com/maidsafe/sn-node-manager/compare/v0.1.17...v0.1.18) - 2024-01-22 + +### Added +- provide `faucet` command +- `status` command enhancements +- provide `--local` flag for `add` + +### Other +- fixup after rebase +- provide script for local network +- additional info in `status` cmd + ## [0.1.17](https://github.com/maidsafe/sn-node-manager/compare/v0.1.16...v0.1.17) - 2024-01-18 ### Added diff --git a/Cargo.toml b/Cargo.toml index 0353f3c..e7821a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sn-node-manager" authors = ["MaidSafe Developers "] -version = "0.1.17" +version = "0.1.18" edition = "2021" description = "A command-line application for installing, managing and operating `safenode` as a service." license = "GPL-3.0"