diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a39268a..8f818b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/bihealth/mehari/compare/v0.7.0...v0.8.0) (2023-10-02) + + +### Features + +* adding REST endpoint for SV annotation ([#188](https://github.com/bihealth/mehari/issues/188)) ([9e14c09](https://github.com/bihealth/mehari/commit/9e14c092c07017a83201a1bfc566ef3b203e15a8)) + ## [0.7.0](https://github.com/bihealth/mehari/compare/v0.6.2...v0.7.0) (2023-09-18) diff --git a/Cargo.lock b/Cargo.lock index f50ad56f..43f7676e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,7 +1749,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.7.0" +version = "0.8.0" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 5406f41c..ca5b522e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"