From 29b858aea11b15c5935b01fec2f996794297ac0a Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Wed, 7 Aug 2024 11:44:11 +0000 Subject: [PATCH] v2.2.0 Bump --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3969fec..a7c1a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v2.2.0] ### Added - Alignment summary section to report. - Support for 10x 3prime v4 (GEM-X) (`--kit 3prime:v4`). diff --git a/nextflow.config b/nextflow.config index 225b31f..2c84f1f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -70,7 +70,7 @@ manifest { description = 'Identification of cell- and UMI barcodes from single-cell sequencing.' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = '2.1.0' + version = '2.2.0' } epi2melabs {