diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd6b2a3..f551aa52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.50.0] - 2024-09-18 + +### Features + +- New command 'get nodes' to query a list of xnames from different HSM groups + ## [1.49.5] - 2024-09-18 ### Features - Command 'get cluster' sorts the HSM groups each node belongs to +### Miscellaneous Tasks + +- Release manta version 1.49.5 + ## [1.49.4] - 2024-09-18 ### Features diff --git a/Cargo.toml b/Cargo.toml index af488567..3b56d6e2 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 basic/simple Shasta operations" -version = "1.49.5" +version = "1.50.0" 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"