diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e387f2..268072f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.46.11] - 2024-07-31 + +### Features + +- Format datetime when listing configurations and images + ## [1.46.10] - 2024-07-31 ### Bug Fixes - Authentication bug +### Miscellaneous Tasks + +- Release manta version 1.46.10 + ### Refactor - Improve cli help text diff --git a/Cargo.toml b/Cargo.toml index 66c0206d..ad2cc748 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.46.10" +version = "1.46.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"