diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd2a2235..b0858904 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
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.0 - 2024-06-03
- Apply `check_max` to AlevinQC time limit ([#335](https://github.com/nf-core/scrnaseq/pull/335))
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 1e86ad34..584bae69 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 665fb381..868f5e3a 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.7.0'
+ version = '2.8.0dev'
doi = '10.5281/zenodo.3568187'
}