diff --git a/CHANGELOG.md b/CHANGELOG.md index 270d709e..603229e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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). -## v2.3.0dev +## v2.3.0 Steelblue Waspaloy Dachshund - Fix problem on samplesheet check related to amount of columns ([[#211](https://github.com/nf-core/scrnaseq/issues/211)]) - Fixed bug in starsolo output cardinality. diff --git a/nextflow.config b/nextflow.config index 0bf90372..c2977bd7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -223,7 +223,7 @@ manifest { description = """Pipeline for processing 10x Genomics single cell rnaseq data""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '2.3.0dev' + version = '2.3.0' doi = '10.5281/zenodo.3568187' }