From 18514fae67001eee876adf3dad35c5a5628476e3 Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Fri, 8 Dec 2023 12:32:49 +0000 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ nextflow.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dff53a..d89027a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.0.1] +### Fixed +- `` tags in the docs. + ## [v1.0.0] ### Added - Added memory and CPU directives to all processes. diff --git a/nextflow.config b/nextflow.config index d4dd2f5..e0d1a5f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -71,7 +71,7 @@ manifest { description = 'AAV plasmid quality control workflow' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v1.0.0' + version = 'v1.0.1' } // used by default for "standard" (docker) and singularity profiles,