diff --git a/CHANGELOG.md b/CHANGELOG.md index 5765d3e6..9f6768a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed +### Added + +## [3.0.0] - 2022-03-01 +### Changed - Update .gitignore to exclude molecular files. - Update F72.config to increase the compute efficiency. ### Added diff --git a/pipeline/nextflow.config b/pipeline/nextflow.config index b4162e6c..eacf0a24 100644 --- a/pipeline/nextflow.config +++ b/pipeline/nextflow.config @@ -9,6 +9,6 @@ manifest { nextflowVersion = '>=20.07.1' author = 'Yuan Zhe (Caden) Bugh, Mao Tian' homePage = 'https://github.com/uclahs-cds/pipeline-call-sSNV' - version = '3.0.0-rc.1' + version = '3.0.0' name = 'call-sSNV' }