diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a30c4f..7e4d341f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.24.1](https://github.com/varfish-org/mehari/compare/v0.24.0...v0.24.1) (2024-02-26) + + +### Miscellaneous Chores + +* cleanup test db bootstrapping ([#370](https://github.com/varfish-org/mehari/issues/370)) ([#371](https://github.com/varfish-org/mehari/issues/371)) ([9479cd0](https://github.com/varfish-org/mehari/commit/9479cd03ef55327395f4f47c2ba9f14252bc0765)) + ## [0.24.0](https://github.com/varfish-org/mehari/compare/v0.23.2...v0.24.0) (2024-02-26) diff --git a/Cargo.lock b/Cargo.lock index add327df..e4106aa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2189,7 +2189,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.24.0" +version = "0.24.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index 613e42fd..b3874888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.24.0" +version = "0.24.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"