diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd0d0e..c97a610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [1.41.0] - 2024-07-03 + +### Bug Fixes + +- Power on nodes not managing power state properly + +### Features + +- New config parameters to specify audit file location + +### Refactor + +- Update documentation + ## [1.40.0] - 2024-07-03 ### Bug Fixes @@ -23,6 +37,7 @@ All notable changes to this project will be documented in this file. ### Miscellaneous Tasks - Release manta version 1.39.0 +- Release manta version 1.40.0 ### Refactor diff --git a/Cargo.toml b/Cargo.toml index 0c44000..85ed35a 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 basic/simple Shasta operations" -version = "1.40.0" +version = "1.41.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"