From bcc5ecf7f37d867fc89b20d02c1be6fda4ccb3a5 Mon Sep 17 00:00:00 2001 From: Sarah Griffiths Date: Tue, 5 Mar 2024 11:47:14 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21eb965..507654e 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] +## [v1.1.7] ### Fixed - Workflow accepting incompatible `--fastq_only` and `--duplex` options - Dynamically updated report in `--watch_path` mode. diff --git a/nextflow.config b/nextflow.config index cc8e46a..eb471d1 100644 --- a/nextflow.config +++ b/nextflow.config @@ -83,7 +83,7 @@ manifest { description = 'Helper workflow for basecalling ONT reads.' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = '1.1.6' + version = '1.1.7' } epi2melabs {