diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a22d8c..a736b134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.23.1](https://github.com/bihealth/annonars/compare/v0.23.0...v0.23.1) (2023-10-16) + + +### Bug Fixes + +* bumping noodles dependencies ([#245](https://github.com/bihealth/annonars/issues/245)) ([9fe23c8](https://github.com/bihealth/annonars/commit/9fe23c874d45c413085d9eb3559531b822b8daf7)) + ## [0.23.0](https://github.com/bihealth/annonars/compare/v0.22.0...v0.23.0) (2023-10-16) diff --git a/Cargo.lock b/Cargo.lock index f09e9244..6f50269d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.23.0" +version = "0.23.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 55b30cdd..44e6e075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.23.0" +version = "0.23.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"