diff --git a/CHANGELOG.md b/CHANGELOG.md index c3891540..631a2e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.29.1](https://github.com/varfish-org/mehari/compare/v0.29.0...v0.29.1) (2024-10-08) + + +### Bug Fixes + +* percent encoding clinvar annotation ([#553](https://github.com/varfish-org/mehari/issues/553)) ([#566](https://github.com/varfish-org/mehari/issues/566)) ([6540520](https://github.com/varfish-org/mehari/commit/6540520f16daf8094772673a5d89ec8ca42ab0f4)) + ## [0.29.0](https://github.com/varfish-org/mehari/compare/v0.28.1...v0.29.0) (2024-10-07) diff --git a/Cargo.lock b/Cargo.lock index 9a9d9259..d920b92a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2611,7 +2611,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.29.0" +version = "0.29.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 0b06499f..515f5237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.29.0" +version = "0.29.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"