diff --git a/CHANGELOG.md b/CHANGELOG.md
index 688580e2..0bc0d03b 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).
-## v2.0.0dev - [date]
+## v2.0.0 - [2024-07]
### `Added`
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 45ddd48c..5471c44d 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/funcscan
+ This report has been generated by the nf-core/funcscan
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-funcscan-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index 8b3ea7bd..7cf6dab8 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -443,7 +443,7 @@ manifest {
description = """Pipeline for screening for functional components of assembled contigs"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '1.2.0dev'
+ version = '2.0.0'
doi = '10.5281/zenodo.7643099'
}