diff --git a/CHANGELOG.md b/CHANGELOG.md index f496fc7..c6c2ef5 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.3.10] ### Changes - `--samples` now changed to `--sample` and `--sample_sheet` introduced - Schema updated to allow integration with epi2me services diff --git a/nextflow.config b/nextflow.config index cea3359..aaa3c4d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -29,10 +29,10 @@ params { report_coverage = true report_variant_summary = true report_detailed = false - wfversion = "v0.3.9" + wfversion = "v0.3.10" pangolin_version = "3.1.17" nextclade_version = "1.8.0" - nextclade_data_tag = null + nextclade_data_tag = null update_data = false aws_image_prefix = null aws_queue = null diff --git a/nextflow_schema.json b/nextflow_schema.json index c7f7348..c03324f 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -231,7 +231,7 @@ }, "wfversion": { "type": "string", - "default": "v0.3.9", + "default": "v0.3.10", "hidden": true }, "pangolin_version": {