diff --git a/CHANGELOG.md b/CHANGELOG.md index f0165cc7..334e904b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.22.16] - 2024-02-22 + +### Bug Fixes + +- Add fix to github pipeline breaking while building apple artifacts + +## [1.22.15] - 2024-02-22 + +### Miscellaneous Tasks + +- Release manta version 1.22.15 + ## [1.22.14] - 2024-02-22 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 39c41018..6083f20c 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.22.15" +version = "1.22.16" 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"