diff --git a/CHANGELOG.md b/CHANGELOG.md index a315dbb..0d8e87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.2.1] +### Fixed +- Intermittent error producing genotyping summary + ## [v0.2.0] ### Added - Ability to configure depth coverage reporting value. diff --git a/nextflow.config b/nextflow.config index 6780cdc..d677279 100644 --- a/nextflow.config +++ b/nextflow.config @@ -26,7 +26,7 @@ params { report_lineage = true report_coverage = true report_variant_summary = true - wfversion = "v0.2.0" + wfversion = "v0.2.1" aws_image_prefix = null aws_queue = null lab_id = null