diff --git a/CHANGELOG.md b/CHANGELOG.md index ea99e67..8a9b967 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.1.0dev +## v2.1.0 - 2023-06-01 ### `Added` diff --git a/nextflow.config b/nextflow.config index 7d3ee4d..24d1bc0 100644 --- a/nextflow.config +++ b/nextflow.config @@ -303,7 +303,7 @@ manifest { description = """Analysis of Chromosome Conformation Capture data (Hi-C)""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '2.1.0dev' + version = '2.1.0' doi = '' }