diff --git a/CHANGELOG.md b/CHANGELOG.md index e62f1b2f..d0c18a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.12.11] - 2023-12-08 + +### Refactor + +- Adapt code to new mesa cfs config code structure + ## [1.12.10] - 2023-12-08 ### Bug Fixes - Fix bug with get configuration subcommand +### Miscellaneous Tasks + +- Release manta version 1.12.10 + ## [1.12.9] - 2023-12-07 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 39f4e964..be5f0047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Sopena Ballesteros "] name = "manta" description = "Another CLI for basic/simple Shasta operations" -version = "1.12.10" +version = "1.12.11" 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"