diff --git a/CHANGELOG.md b/CHANGELOG.md index d02c81b9..b8100d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.36.2](https://github.com/varfish-org/annonars/compare/v0.36.1...v0.36.2) (2024-05-08) + + +### Bug Fixes + +* update noodles group ([#447](https://github.com/varfish-org/annonars/issues/447)) ([683c84d](https://github.com/varfish-org/annonars/commit/683c84d0dcc17cae659bebb14120f23f7bf2ff4d)) + ## [0.36.1](https://github.com/varfish-org/annonars/compare/v0.36.0...v0.36.1) (2024-03-01) diff --git a/Cargo.lock b/Cargo.lock index 1995d557..a7efbf5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.36.1" +version = "0.36.2" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index bd60b40b..7c8794d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.36.1" +version = "0.36.2" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"