diff --git a/CHANGELOG.md b/CHANGELOG.md
index 706c9bfa..01fd484a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
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).
-## [Unreleased]
+## v2.5.0 - 2024-01-02
- Update template to v2.11.1 ([#279](https://github.com/nf-core/scrnaseq/pull/279))
- Add support for paired GEX+ATAC sequencing using cellranger-arc ([#274](https://github.com/nf-core/scrnaseq/pull/274))
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 051ed54e..0db840ca 100644
--- a/assets/multiqc_config.yml
+++ b/assets/multiqc_config.yml
@@ -1,7 +1,7 @@
report_comment: >
- This report has been generated by the nf-core/scrnaseq
+ This report has been generated by the nf-core/scrnaseq
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-scrnaseq-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index 628bb881..6155b7c4 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -272,7 +272,7 @@ manifest {
description = """Pipeline for processing 10x Genomics single cell rnaseq data"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '2.5.0dev'
+ version = '2.5.0'
doi = '10.5281/zenodo.3568187'
}