diff --git a/CHANGELOG.md b/CHANGELOG.md index abf2200..32cf5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,27 @@ All notable changes to this project will be documented in this file. +## [1.54.0] - 2024-11-23 + +### Bug Fixes + +- Boot parameter operations +- Bug changing boot image + +### Refactor + +- Cli operations + ## [1.53.21] - 2024-11-12 ### Features - Set kernel parameters was changing the kernel value +### Miscellaneous Tasks + +- Release manta version 1.53.21 + ## [1.53.20] - 2024-11-11 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 813f437..70399b6 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.53.21" +version = "1.54.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"