diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4694bf2..2fbddadb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,9 @@
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]
+## [[1.1.1](https://github.com/nf-core/proteinfold/releases/tag/1.1.1)] - 2025-07-30
+
+- Minor patch release to fix multiqc report.
### Enhancements & fixes
@@ -24,6 +26,8 @@ Special thanks to the following for their contributions to the release:
Thank you to everyone else that has contributed by reporting bugs, enhancements or in any other way, shape or form.
+## [[1.1.0](https://github.com/nf-core/proteinfold/releases/tag/1.1.0)] - 2025-06-21
+
### Enhancements & fixes
- [[#80](https://github.com/nf-core/proteinfold/pull/80)] - Add `accelerator` directive to GPU processes when `params.use_gpu` is true.
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index f6acb16a..3b58e3d0 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 c2bb0528..7a0c5c4e 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.2.0dev'
+ version = '1.1.1'
doi = '10.5281/zenodo.7629996'
}