diff --git a/CHANGELOG.md b/CHANGELOG.md index e55026b9..c2eae6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.0](https://github.com/bihealth/mehari/compare/v0.9.0...v0.10.0) (2023-10-05) + + +### Features + +* expose clinvar annotation ([#199](https://github.com/bihealth/mehari/issues/199)) ([3bcbf32](https://github.com/bihealth/mehari/commit/3bcbf32c4cdeace14b03e7373b7950a478c39115)) + + +### Bug Fixes + +* Make mitochondrial DRAGEN calls not fail mehari ([#195](https://github.com/bihealth/mehari/issues/195)) ([e170120](https://github.com/bihealth/mehari/commit/e170120bcb14f3c79661f207dc4b734ad5f890e9)) + ## [0.9.0](https://github.com/bihealth/mehari/compare/v0.8.0...v0.9.0) (2023-10-05) diff --git a/Cargo.lock b/Cargo.lock index f9e6ef0c..405b824d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,7 +1749,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.9.0" +version = "0.10.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 4800997d..b7d2af24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"