diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ee92bb..5b759fc0 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.3] - 2023-11-16 + +### Documentation + +- Fix README + ## [1.12.2] - 2023-11-16 ### Documentation - Update README +### Miscellaneous Tasks + +- Release manta version 1.12.2 + ## [1.12.1] - 2023-11-16 ### Features diff --git a/Cargo.toml b/Cargo.toml index cf3b3bf2..d759554b 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.2" +version = "1.12.3" 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"