diff --git a/CHANGELOG.md b/CHANGELOG.md index b3daeb3..24cf34d 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] +## [v0.0.8] ### Changed - Bumped minimum required Nextflow version to 23.04.2. - Enum choices are enumerated in the `--help` output. diff --git a/nextflow.config b/nextflow.config index 44022ad..6dea305 100644 --- a/nextflow.config +++ b/nextflow.config @@ -50,7 +50,7 @@ manifest { description = 'Mpox metagenomics assembly.' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v0.0.7' + version = 'v0.0.8' } epi2melabs {