diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6d94f..53b8180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm --- ## [Unreleased] + +--- + +## [10.1.0-rc.1] ### Added - Add workflow for genotyping from GVCFs ### Changed diff --git a/nextflow.config b/nextflow.config index b696916..fbaba53 100644 --- a/nextflow.config +++ b/nextflow.config @@ -5,5 +5,5 @@ manifest { name = 'call-gSNP' author = ["Yash Patel", "Shu Tao", "Stefan Eng"] description = 'Nextflow pipeline to call germline short variants in single or normal-tumour paired mode' - version = '10.0.1' + version = '10.1.0-rc.1' }