diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8e5b4..a315dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [unreleased] +## [v0.2.0] ### Added - Ability to configure depth coverage reporting value. - Add explicit pins of conda packages. diff --git a/nextflow.config b/nextflow.config index 97c6428..6780cdc 100644 --- a/nextflow.config +++ b/nextflow.config @@ -26,7 +26,7 @@ params { report_lineage = true report_coverage = true report_variant_summary = true - wfversion = "v0.1.4" + wfversion = "v0.2.0" aws_image_prefix = null aws_queue = null lab_id = null