From 86b2b3ef94d7b20a76f2d46101f27546b89e0350 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 18 Jan 2024 08:10:30 +0000 Subject: [PATCH] chore(release): 0.1.17 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e09a0e..89dfa4d 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.17](https://github.com/maidsafe/sn-node-manager/compare/v0.1.16...v0.1.17) - 2024-01-18 + +### Added +- add quic/tcp features and set quic as default + ## [0.1.16](https://github.com/maidsafe/sn-node-manager/compare/v0.1.15...v0.1.16) - 2024-01-16 ### Other diff --git a/Cargo.toml b/Cargo.toml index 94725fb..183042b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sn-node-manager" authors = ["MaidSafe Developers "] -version = "0.1.16" +version = "0.1.17" edition = "2021" description = "A command-line application for installing, managing and operating `safenode` as a service." license = "GPL-3.0"