From 6ba01370e9120b04fe9e23703936516be92f0e1b Mon Sep 17 00:00:00 2001 From: ggabernet Date: Mon, 5 Dec 2022 16:26:32 +0100 Subject: [PATCH 1/2] bump version to 2.4.0 --- CHANGELOG.md | 3 ++- nextflow.config | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7cf6c9c..2517a5f9 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. +- [#211](https://github.com/nf-core/airrflow/pull/211) 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 = '' } From e783e0a6b8cc016a39403f8bc6cecf005596d9b9 Mon Sep 17 00:00:00 2001 From: ggabernet Date: Mon, 5 Dec 2022 16:37:10 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2517a5f9..f1710279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - [#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. -- [#211](https://github.com/nf-core/airrflow/pull/211) Bump versions to 2.4.0 +- [#212](https://github.com/nf-core/airrflow/pull/212) Bump versions to 2.4.0 ## [2.3.0] - 2022-09-22 "Expelliarmus"