diff --git a/CHANGELOG.md b/CHANGELOG.md
index d050b531..c4694bf2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
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).
+## v1.2.0dev - [date]
+
+### Enhancements & fixes
+
## [[1.1.0](https://github.com/nf-core/proteinfold/releases/tag/1.1.0)] - 2025-06-25
### Credits
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index ae9db7c7..f6acb16a 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/proteinfold
+ This report has been generated by the nf-core/proteinfold
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-proteinfold-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index 7ca395f2..c2bb0528 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -322,7 +322,7 @@ manifest {
description = """Protein 3D structure prediction pipeline"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '1.1.0'
+ version = '1.2.0dev'
doi = '10.5281/zenodo.7629996'
}