diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c6c73a..ae2dc02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.1](https://github.com/varfish-org/mehari/compare/v0.30.0...v0.30.1) (2024-11-21) + + +### Bug Fixes + +* OpenAPI for /api/v1/genes/transcripts ([#628](https://github.com/varfish-org/mehari/issues/628)) ([#629](https://github.com/varfish-org/mehari/issues/629)) ([d155620](https://github.com/varfish-org/mehari/commit/d1556200b712f5751680d45c947d68e0ebf29e41)) + ## [0.30.0](https://github.com/varfish-org/mehari/compare/v0.29.6...v0.30.0) (2024-11-20) diff --git a/Cargo.lock b/Cargo.lock index da3d0e8e..dc1599d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2790,7 +2790,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.30.0" +version = "0.30.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 3cdad509..2d855c0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.30.0" +version = "0.30.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"