diff --git a/CHANGELOG.md b/CHANGELOG.md index bea1d2d..0048f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.53.1] - 2024-10-25 + +### Bug Fixes + +- Version number + ## [1.53.0] - 2024-10-25 ### Bug Fixes @@ -41,6 +47,10 @@ All notable changes to this project will be documented in this file. - Add log level information to command config show - Images containing 'generic' in their names are now available to all users +### Miscellaneous Tasks + +- Release manta version 1.53.0 + ## [1.52.2] - 2024-10-21 ### Features diff --git a/Cargo.toml b/Cargo.toml index 9395f8e..9fac6a5 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.0" +version = "1.53.1" 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"