diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f9fce..49450cb 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v5.2.6] +### Changed +- Updated wf-common to shad28e55140f75a68f59bbecc74e880aeab16ab158 improving legends and hovers for ezCharts plots (v0.11.2). + ## [v5.2.5] ### Changed - Updated wf-common to shae58638742cf84dbeeec683ba24bcdee67f64b986 fixing `SeqSummary` and `SeqCompare` plots in ezCharts (v0.11.0). diff --git a/nextflow.config b/nextflow.config index d8a72ad..c498b2c 100644 --- a/nextflow.config +++ b/nextflow.config @@ -43,7 +43,7 @@ params { example_cmd = [ "--fastq 'wf-template-demo/test_data/reads.fastq.gz'", ] - common_sha = "shae58638742cf84dbeeec683ba24bcdee67f64b986" + common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158" agent = null epi2me_instance = null epi2me_user = null @@ -57,7 +57,7 @@ manifest { description = 'Template workflow' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v5.2.5' + version = 'v5.2.6' }