From 1a3db0cc9a211a556c8a9b3b90e486858b8738e6 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 9 Mar 2021 20:26:23 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05bbd56..5b705c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,20 @@ 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). +## [v0.1.0] +### Added +- Added variant call summary section to report. + ## [v0.0.9] -## Changed -- Moved scripting to bin direcotory. +### Changed +- Moved scripting to bin directory. ## [v0.0.8] -## Fixed +### Fixed - Fix lack of help message when `--help` run. ## [v0.0.7] -## Changed +### Changed - Sample sheet is no longer required. - Sort report items consistently by sample name. - Nextclade visual will display overlap to primer scheme selected by user.