diff --git a/CHANGELOG.md b/CHANGELOG.md index 49db5228..cb791df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [1.24.1] - 2024-02-23 + +### Bug Fixes + +- HSM validation for admin users + +### Features + +- Integrate parent HSM to config file +- Integratino parent HSM to `add hw`, `add node`, `remove hw`, `remove node` and `apply hw` subcommands + +### Refactor + +- Improve stdout messages + ## [1.24.0] - 2024-02-22 ### Bug Fixes @@ -16,6 +31,7 @@ All notable changes to this project will be documented in this file. ### Miscellaneous Tasks +- Release manta version 1.24.0 - Release manta version 1.24.0 ## [1.23.0] - 2024-02-20 diff --git a/Cargo.toml b/Cargo.toml index 132a7ded..9df5b9c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "1.24.0" +version = "1.24.1" 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"