From 43fcf47ab2d98ba7d17cf084e67e22899d0fccc7 Mon Sep 17 00:00:00 2001 From: Natalia Garcia Date: Mon, 16 Sep 2024 08:01:17 +0000 Subject: [PATCH] Bump v1.1.3 --- CHANGELOG.md | 5 ++--- nextflow.config | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ea2f7..5e07b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,12 @@ 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). -## [v1.1.4] -### Changed -- Updated Ezcharts to v0.11.2. ## [v1.1.3] ### Fixed - Automated basecaller detection failing in some circumstances. +### Changed +- Updated Ezcharts to v0.11.2. ## [v1.1.2] ### Fixed diff --git a/nextflow.config b/nextflow.config index 0c888b9..7654909 100644 --- a/nextflow.config +++ b/nextflow.config @@ -76,7 +76,7 @@ manifest { description = 'Amplicon workflow' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v1.1.4' + version = 'v1.1.3' } epi2melabs {