From 167c6dc326f070b1c76b068c7fa756f320740a02 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 5 Dec 2023 10:56:00 +0000 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de8547f..3210435 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.2](https://github.com/maidsafe/sn-node-manager/compare/v0.1.1...v0.1.2) - 2023-12-05 + +### Added +- provide `--peer` argument + +### Other +- rename `install` command to `add` + ## [0.1.1](https://github.com/maidsafe/sn-node-manager/compare/v0.1.0...v0.1.1) - 2023-11-29 ### Other diff --git a/Cargo.toml b/Cargo.toml index 2842426..33670fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sn-node-manager" authors = ["MaidSafe Developers "] -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A command-line application for installing, managing and operating `safenode` as a service." license = "GPL-3.0"