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.