diff --git a/CHANGELOG.md b/CHANGELOG.md index f7cf6c9c..f1710279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [2.4.0dev] +## [2.4.0] 2022-12-05 "Aparecium" ### `Added` - [#209](https://github.com/nf-core/airrflow/pull/209) Template update to nf-core tools v2.6. - [#210](https://github.com/nf-core/airrflow/pull/210) Add fastp for read QC, adapter trimming and read clipping. +- [#212](https://github.com/nf-core/airrflow/pull/212) Bump versions to 2.4.0 ## [2.3.0] - 2022-09-22 "Expelliarmus" diff --git a/nextflow.config b/nextflow.config index ba10ed7c..ca4b4f29 100644 --- a/nextflow.config +++ b/nextflow.config @@ -266,7 +266,7 @@ manifest { description = 'B and T cell repertoire analysis pipeline with the Immcantation framework.' mainScript = 'main.nf' nextflowVersion = '!>=21.10.3' - version = '2.4.0dev' + version = '2.4.0' doi = '' }