diff --git a/CHANGELOG.md b/CHANGELOG.md index 55175a21..a3099355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/bihealth/mehari/compare/v0.1.0...v0.1.1) (2023-04-06) + + +### Bug Fixes + +* release 0.1.1 ([5565d93](https://github.com/bihealth/mehari/commit/5565d93e082de77f1f9b532bd581c827390e4b68)) + ## 0.1.0 (2023-04-06) diff --git a/Cargo.toml b/Cargo.toml index a16b65e2..a706f74b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"