diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7caf555..c09319e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c3639..12ac4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/socialgene/sgnf/compare/v0.1.3...v0.1.4) (2023-06-22) + + +### Bug Fixes + +* antismash ([#47](https://github.com/socialgene/sgnf/issues/47)) ([8a22868](https://github.com/socialgene/sgnf/commit/8a22868360c9ac10994ef7d5649af25e5d829576)) + ## [0.1.3](https://github.com/socialgene/sgnf/compare/v0.1.2...v0.1.3) (2023-06-21) diff --git a/nextflow.config b/nextflow.config index b996f05..d881ee5 100644 --- a/nextflow.config +++ b/nextflow.config @@ -15,7 +15,7 @@ manifest { mainScript = 'main.nf' defaultBranch = 'main' nextflowVersion = '!>=22.10.1' - version = '0.1.3' // x-release-please-version + version = '0.1.4' // x-release-please-version doi = '' }