From adac49d2f96c23a8767a58ce76df3fd536e43618 Mon Sep 17 00:00:00 2001 From: riasc Date: Wed, 21 Aug 2024 23:28:47 -0500 Subject: [PATCH] added fix for v0.2.12 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e3f0a..b514f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Prioritization of neoantigens is now done separately for each variant type (speeds up the process) - NMD information (e.g., escape rule,...) is now also calculated for all variants +## [0.2.12] - 2024-08-21 + +## Fix + +- Fixed missing alleles in HLA alleles reference list - [#34](https://github.com/ylab-hi/ScanNeo2/issues/34) + ## [0.2.11] - 2024-08-02 ## Fix