From b3a47178a2611219e1f893694073b7b36b8ec6cc Mon Sep 17 00:00:00 2001 From: ggabernet Date: Thu, 16 Mar 2023 15:29:51 +0100 Subject: [PATCH 1/2] bump version to 2.2.1 --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index b5c9094..03c191a 100644 --- a/nextflow.config +++ b/nextflow.config @@ -238,7 +238,7 @@ manifest { description = """A fully reproducible and state of the art epitope prediction pipeline.""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '2.2.0' + version = '2.2.1' doi = '' } From 624a7fdf2fb6ad7f8baa1176780ac17240697a3e Mon Sep 17 00:00:00 2001 From: ggabernet Date: Thu, 16 Mar 2023 15:31:31 +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 d89dc2e..e898808 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.2.1 - WaldhaeuserOst Hotfix - 2023-03-15 +## v2.2.1 - WaldhaeuserOst Hotfix - 2023-03-16 ### `Fixed`