diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9dd7ec..f9b5f07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.20.8] - 2024-01-26 + +### Bug Fixes + +- Github actions publishing mac m1 + ## [1.20.7] - 2024-01-26 ### Bug Fixes - Github actions publishing mac m1 +### Miscellaneous Tasks + +- Release manta version 1.20.7 + ## [1.20.6] - 2024-01-26 ### Features diff --git a/Cargo.toml b/Cargo.toml index 94685b78..c462c27d 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.20.7" +version = "1.20.8" 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"