From 6e74b68e94d66f9a21ab601a0c6ead0274fa1532 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 14 Dec 2023 13:34:03 +0000 Subject: [PATCH] chore(release): 0.1.9 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d1d9b..be6c76e 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.1.9](https://github.com/maidsafe/sn-node-manager/compare/v0.1.8...v0.1.9) - 2023-12-14 + +### Added +- custom port arguments for `add` command + ## [0.1.8](https://github.com/maidsafe/sn-node-manager/compare/v0.1.7...v0.1.8) - 2023-12-13 ### Other diff --git a/Cargo.toml b/Cargo.toml index 6a2cf39..b8672ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sn-node-manager" authors = ["MaidSafe Developers "] -version = "0.1.8" +version = "0.1.9" edition = "2021" description = "A command-line application for installing, managing and operating `safenode` as a service." license = "GPL-3.0"