diff --git a/CHANGELOG.md b/CHANGELOG.md index 0658c6ea..3679e162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,24 @@ All notable changes to this project will be documented in this file. +## [1.50.15] - 2024-10-04 + +### Bug Fixes + +- Remove cli commands deprecated +- Command 'apply boot node' +- Command 'set kernel-parameters' + ## [1.50.14] - 2024-10-03 ### Bug Fixes - Set kernel parameters +### Miscellaneous Tasks + +- Release manta version 1.50.14 + ## [1.50.13] - 2024-10-03 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 561b1564..354f1b8b 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.14" +version = "1.50.15" 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"