diff --git a/CHANGELOG.md b/CHANGELOG.md index 391228a5f6..8c963ffbc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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). -## dev +## [3.2.3](https://github.com/nf-core/sarek/releases/tag/3.2.3) - Gällivare + +Gällivare is a small lake next to Pierikjaure. ### Added @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [#1119](https://github.com/nf-core/sarek/pull/1119) - Remove `null` by default in schema +- [#1128](https://github.com/nf-core/sarek/pull/1128) - Prepare release `3.2.3` ### Fixed diff --git a/nextflow.config b/nextflow.config index 728c73c44a..eb8c811ace 100644 --- a/nextflow.config +++ b/nextflow.config @@ -320,7 +320,7 @@ manifest { description = """An open-source analysis pipeline to detect germline or somatic variants from whole genome or targeted sequencing""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '3.3dev' + version = '3.2.3' doi = '10.12688/f1000research.16665.2, 10.5281/zenodo.4063683' }