diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df2639..90ff9c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.41.3](https://github.com/varfish-org/annonars/compare/v0.41.2...v0.41.3) (2024-10-16) + + +### Bug Fixes + +* add missing librocksdb8.9 to Dockerfile ([#559](https://github.com/varfish-org/annonars/issues/559)) ([710424c](https://github.com/varfish-org/annonars/commit/710424c3758499dda3f7bf99aa4c4b226ce3c8fa)) + ## [0.41.2](https://github.com/varfish-org/annonars/compare/v0.41.1...v0.41.2) (2024-10-10) diff --git a/Cargo.lock b/Cargo.lock index ec0dc27..07ba3e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.41.2" +version = "0.41.3" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e841bdd..f38c185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.41.2" +version = "0.41.3" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"