diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf62db9..0bc4656e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,30 @@ All notable changes to this project will be documented in this file. +## [1.50.18] - 2024-10-14 + +### Bug Fixes + +- Set mandatory arguments to migrate nodes command + +### Features + +- Prepare HSM goup operations for next version + +### Refactor + +- Create new function to get a curated list of hosts from a + ## [1.50.17] - 2024-10-11 ### Features - Migration node command now accepts a hostlist as list of input nodes +### Miscellaneous Tasks + +- Release manta version 1.50.17 + ### Refactor - Update cli docs diff --git a/Cargo.toml b/Cargo.toml index 1d71369a..79b99f5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros ", "Miguel Gila "] name = "manta" description = "Another CLI for ALPS" -version = "1.50.17" +version = "1.50.18" license-file = "LICENSE" documentation = "https://github.com/eth-cscs/manta/blob/main/README.md" homepage = "https://github.com/eth-cscs/manta/blob/main/README.md"