diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a542d..9c0af5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.54.1-beta.20] - 2025-01-04 + +### Bug Fixes + +- Migrate hsm validation function calls from mesa crate to backend dispatcher + +### Features + +- Update mesa version + ## [1.54.1-beta.19] - 2025-01-04 ### Features @@ -10,6 +20,10 @@ All notable changes to this project will be documented in this file. - Migrate function call to get the list of members of a hsm group from mesa to backend dispatcher - Move authorization code to a dedicated module +### Miscellaneous Tasks + +- Release manta version 1.54.1-beta.19 + ## [1.54.1-beta.18] - 2025-01-03 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index adda48b..f7ff745 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.19" +version = "1.54.1-beta.20" 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"