diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dda358..aa922c0 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.4](https://github.com/maidsafe/sn-node-manager/compare/v0.1.3...v0.1.4) - 2023-12-05 + +### Other +- upload 'latest' version to S3 + ## [0.1.3](https://github.com/maidsafe/sn-node-manager/compare/v0.1.2...v0.1.3) - 2023-12-05 ### Added diff --git a/Cargo.toml b/Cargo.toml index 9006292..9382d9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sn-node-manager" authors = ["MaidSafe Developers "] -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "A command-line application for installing, managing and operating `safenode` as a service." license = "GPL-3.0"