diff --git a/CHANGELOG.md b/CHANGELOG.md index d02c81b..b8100d5 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 1a75a02..e70d83b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,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 3e8c2ca..c7a9056 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"