Skip to content

Commit f776c73

Browse files
authored
Merge pull request #233 from drpatelh/bump
Bump pipeline version to 2.2.0
2 parents 90d061f + 70071d7 commit f776c73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## Dev
6+
## [v2.2.0](https://github.com/nf-core/smrnaseq/releases/tag/2.2.0) - 2023-04-25
77

88
- [[#220](https://github.com/nf-core/smrnaseq/issues/220)] - Fixed an issue where miRTrace reports fastq basename instead of sample ID
99
- [[#208](https://github.com/nf-core/smrnaseq/issues/208)] - Fixed usability of `--skip_qc` parameter

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ manifest {
226226
description = """Small RNA-Seq Best Practice Analysis Pipeline."""
227227
mainScript = 'main.nf'
228228
nextflowVersion = '!>=22.10.1'
229-
version = '2.1.1dev'
229+
version = '2.2.0'
230230
doi = ''
231231
}
232232

0 commit comments

Comments
 (0)