From 48e4521e02d727dada5586043afe00680906eef8 Mon Sep 17 00:00:00 2001 From: Yash Patel <86321070+yashpatel6@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:11:15 -0800 Subject: [PATCH] Release `10.0.0` (#154) * Bump version in nextflow.config * Update CHANGELOG --- CHANGELOG.md | 4 ++++ nextflow.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d58ea2..bbd158c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm --- ## [Unreleased] + +--- + +## [10.0.0] - 2024-03-08 ### Added - Add workflow to generate SVG images from PlantUML - Add workflow to build and push documentation to GitHub Pages diff --git a/nextflow.config b/nextflow.config index 3017988..d194c54 100644 --- a/nextflow.config +++ b/nextflow.config @@ -5,5 +5,5 @@ manifest { name = 'call-gSNP' author = ["Yash Patel", "Shu Tao", "Stefan Eng"] description = 'Nextflow pipeline to call germline short variants in single or normal-tumour paired mode' - version = '10.0.0-rc.3' + version = '10.0.0' }