From 5cac64ef1080fd0718135891b4064add86a204cb Mon Sep 17 00:00:00 2001 From: riasc Date: Wed, 17 Jan 2024 15:16:41 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e34ac8..a7f3307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.2] - 2024-01-17 + +### Added + +- Added alternative link for VEP cache to improve download speed +- Added missing scripts to modify the ensembl header +- Modularized rule for long indel detection + +## [0.1.1] - 2024-01-16 + +### Added + +- Fixed errors when providing custom input for MHC alleles +- Refactoring of genotyping scripts +- Added more detailed instructions in README + + ## [0.1.0] - 2023-08-17 ### Added