diff --git a/CHANGELOG.md b/CHANGELOG.md index f38fface..dbd72788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.28.0](https://github.com/bihealth/annonars/compare/v0.27.0...v0.28.0) (2023-11-22) + + +### Features + +* adding information from DECIPHER HI ([#323](https://github.com/bihealth/annonars/issues/323)) ([#324](https://github.com/bihealth/annonars/issues/324)) ([06b51a6](https://github.com/bihealth/annonars/commit/06b51a64f599bee58a1326e5a4dbdcfb0fbf3803)) + ## [0.27.0](https://github.com/bihealth/annonars/compare/v0.26.1...v0.27.0) (2023-11-21) diff --git a/Cargo.lock b/Cargo.lock index ebbb8469..55382d64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.27.0" +version = "0.28.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 931b6dd6..bf672789 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.27.0" +version = "0.28.0" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"