diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a3e463..fa12496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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). -## `Unreleased` +## [0.4.1] - 2024-09-16 ### `Fixed` diff --git a/nextflow.config b/nextflow.config index 6b60911..e55b252 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1195,7 +1195,7 @@ manifest { description = """Mikrokondo""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '0.4.0' + version = '0.4.1' defaultBranch = 'main' doi = '' }