From eeda1e97bf6656e84538d28087e1b904cb08afde Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Sat, 18 Nov 2023 09:47:07 +0000 Subject: [PATCH] Bump --- CHANGELOG.md | 4 ++++ nextflow.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c60e26f..c4b919d 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). +## [v0.0.2] +### Fixed +Related protocols link + ## [v0.0.1] ### Added First release of wf-aav-qc diff --git a/nextflow.config b/nextflow.config index a31bab6..2c7001a 100644 --- a/nextflow.config +++ b/nextflow.config @@ -72,7 +72,7 @@ manifest { description = 'AAV plasmid quality control workflow' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v0.0.1' + version = 'v0.0.2' } // used by default for "standard" (docker) and singularity profiles,