Skip to content

Commit

Permalink
Updated versioning in CHANGELOG and nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
kylacochrane committed Sep 26, 2024
1 parent 513b58b commit a190410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
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).

## Development
## 2.2.0 - 2024/09/26

### `Changed`
### `Added`

- Added the ability to include a `sample_name` column in the input samplesheet.csv. Allows for compatibility with IRIDA-Next input configuration [PR24](https://github.com/phac-nml/speciesabundance/pull/24)
- `sample_name` special characters will be replaced with `"_"`
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ manifest {
description = """SpeciesAbundance Pipeline"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.1.1'
version = '2.2.0'
doi = ''
defaultBranch = 'main'
}
Expand Down

0 comments on commit a190410

Please sign in to comment.