diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2d95cc..153e6cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.5.1](https://www.github.com/bihealth/annona-rs/compare/v0.5.0...v0.5.1) (2023-05-24) + + +### Bug Fixes + +* writing gnomad-version meta info for gnomad-mtdna ([#54](https://www.github.com/bihealth/annona-rs/issues/54)) ([a051d7e](https://www.github.com/bihealth/annona-rs/commit/a051d7e8add800d44a658c29ec5a7a31a8624e7a)) + ## [0.5.0](https://www.github.com/bihealth/annona-rs/compare/v0.4.0...v0.5.0) (2023-05-24) diff --git a/Cargo.toml b/Cargo.toml index 1a8d1571..9440579a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"