diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3686d..d67160d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.54.1-beta.25] - 2025-01-10 + +### Features + +- Add support for HSM components + ## [1.54.1-beta.24] - 2025-01-08 ### Features - Migrate function to get hardware components of a node to backend dispatcher +### Miscellaneous Tasks + +- Release manta version 1.54.1-beta.24 + ### Refactor - Clean code diff --git a/Cargo.toml b/Cargo.toml index 972abbf..b350915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros ", "Miguel Gila "] name = "manta" description = "Another CLI for ALPS" -version = "1.54.1-beta.24" +version = "1.54.1-beta.25" 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"