diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94c9e793..d607106e 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).
-## v1.1.7dev
+## v1.1.7 - Augmented Akita Patch [2024-04-25]
### `Added`
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 6945ce78..b9c37c75 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/taxprofiler
+ This report has been generated by the nf-core/taxprofiler
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-taxprofiler-methods-description":
diff --git a/nextflow.config b/nextflow.config
index e54deffe..0176e77a 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -378,7 +378,7 @@ manifest {
description = """Taxonomic classification and profiling of shotgun short- and long-read metagenomic data"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '1.1.7dev'
+ version = '1.1.7'
doi = '10.1101/2023.10.20.563221'
}