diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e36b245..93022c43 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).
+## dev [unreleased]
+
+### `Added`
+
+### `Changed`
+
+### `Fixed`
+
+### `Dependencies`
+
+### `Deprecated`
+
## 3.0.2 [2024-07-04]
### `Added`
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 47f9932a..9f4e5e7e 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/mag
+ This report has been generated by the nf-core/mag
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-mag-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index e2a4398c..c03b0c49 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -390,7 +390,7 @@ manifest {
description = """Assembly, binning and annotation of metagenomes"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '3.0.2'
+ version = 'dev'
doi = '10.1093/nargab/lqac007'
}