diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b0d99d..d229721d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,30 @@ All notable changes to this project will be documented in this file. +## [1.20.2] - 2024-01-24 + +### Bug Fixes + +- Merge migration functionality + +### Co-authored-by + +- Masber + +### Refactor + +- Apply clippy suggestions + ## [1.20.1] - 2024-01-23 ### Bug Fixes - Add migrate subcommand +### Miscellaneous Tasks + +- Release manta version 1.20.1 + ## [1.20.0] - 2024-01-22 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 1ab90420..9742e6a0 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.1" +version = "1.20.2" 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"