From 39496c5f01faa582916f38ac7cbe01ef416fdbe4 Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Mon, 27 Feb 2023 09:32:16 +0000 Subject: [PATCH] V0.1.9 bump --- CHANGELOG.md | 4 ++++ nextflow.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42fbd2..3aec571 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.1.9] +### Updated +- Simplify JAFFAL docs + ## [v0.1.8] ### Changed - Updated description in manifest diff --git a/nextflow.config b/nextflow.config index 1d5de7c..4177444 100644 --- a/nextflow.config +++ b/nextflow.config @@ -116,7 +116,7 @@ manifest { description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.' mainScript = 'main.nf' nextflowVersion = '>=20.10.0' - version = 'v0.1.8' + version = 'v0.1.9' } executor {