diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6e1296..2f35be9b 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.11] - 2024-10-01 + +### Refactor + +- Clean cli commands + ## [1.50.10] - 2024-09-29 ### Bug Fixes - Command 'migrate nodes' validate HSM groups +### Miscellaneous Tasks + +- Release manta version 1.50.10 + ### Refactor - Housekeeping with module files diff --git a/Cargo.toml b/Cargo.toml index 1d6b0daf..2f3a4bd9 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.10" +version = "1.50.11" 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"