diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b6607..e365778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.19](https://github.com/maidsafe/sn-node-manager/compare/v0.1.18...v0.1.19) - 2024-01-23 + +### Fixed +- add delay to make sure we drop the socket + +### Other +- force skip validation + ## [0.1.18](https://github.com/maidsafe/sn-node-manager/compare/v0.1.17...v0.1.18) - 2024-01-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index ac261ab..9dc5225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sn-node-manager" authors = ["MaidSafe Developers "] -version = "0.1.18" +version = "0.1.19" edition = "2021" description = "A command-line application for installing, managing and operating `safenode` as a service." license = "GPL-3.0"