diff --git a/CHANGELOG.md b/CHANGELOG.md index 639b7deb..3a48a52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.1](https://github.com/bihealth/mehari/compare/v0.19.0...v0.19.1) (2023-11-21) + + +### Bug Fixes + +* copy in protobufs into docker builds ([#275](https://github.com/bihealth/mehari/issues/275)) ([f4d4c20](https://github.com/bihealth/mehari/commit/f4d4c203c8e29487e1b20d7dab1330a9d61f68e2)) + ## [0.19.0](https://github.com/bihealth/mehari/compare/v0.18.1...v0.19.0) (2023-11-21) diff --git a/Cargo.lock b/Cargo.lock index ed8cd928..2f229ac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "mehari" -version = "0.19.0" +version = "0.19.1" dependencies = [ "actix-web", "annonars", diff --git a/Cargo.toml b/Cargo.toml index e385134b..cb55ee70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mehari" -version = "0.19.0" +version = "0.19.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Variant effect prediction all in Rust"