diff --git a/CHANGELOG.md b/CHANGELOG.md
index b938f472..b9a45dae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,18 @@
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).
+## nf-core/ampliseq version 2.11.0dev
+
+### `Added`
+
+### `Changed`
+
+### `Fixed`
+
+### `Dependencies`
+
+### `Removed`
+
## nf-core/ampliseq version 2.10.0 - 2024-06-27
### `Added`
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 0a63581f..ec828d82 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/ampliseq
+ This report has been generated by the nf-core/ampliseq
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-ampliseq-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index 81124505..7e0a4025 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -356,7 +356,7 @@ manifest {
description = """Amplicon sequencing analysis workflow using DADA2 and QIIME2"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '2.10.0'
+ version = '2.11.0dev'
doi = '10.5281/zenodo.1493841,10.3389/fmicb.2020.550420'
}