diff --git a/CHANGELOG.md b/CHANGELOG.md index 10707ca1..e97ca07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.50.9] - 2024-09-29 + +### Refactor + +- Clean code + ## [1.50.8] - 2024-09-28 ### Features @@ -9,6 +15,10 @@ All notable changes to this project will be documented in this file. - Init code for apply sat file dry-run - New command 'migrate nodes' to move compute nodes from one cluster +### Miscellaneous Tasks + +- Release manta version 1.50.8 + ### Refactor - Clean code diff --git a/Cargo.toml b/Cargo.toml index 5d7acafb..61bd5331 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.8" +version = "1.50.9" 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"