diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56d020cf..61bd7760 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.7.1 - 2024-08-12
- Add support for 10XV4 chemistry ([#348](https://github.com/nf-core/scrnaseq/pull/348))
- Fix issues with predefined STAR index ([#350](https://github.com/nf-core/scrnaseq/pull/350))
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 584bae69..d5fcc74a 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 868f5e3a..a9f382cc 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -303,7 +303,7 @@ manifest {
description = """Pipeline for processing 10x Genomics single cell rnaseq data"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '2.8.0dev'
+ version = '2.7.1'
doi = '10.5281/zenodo.3568187'
}