diff --git a/CHANGELOG.md b/CHANGELOG.md
index e76994e..2cb4f5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,20 @@
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.0.0 - 2024-02-07
+## 1.0.1 - 2024-03-22
+
+Minor release after nf-core template 2.13.1 update
+
+### `Added`
+
+- [#36] - Merged nf-core template 2.13.1 update
+
+### `Fixed`
+
+- [#38] - Fixed metagenome mode to allow draft genomes
+- [#36] - Fixed bug with MERGE_FASTA process not being declared
+
+## 1.0.0 - 2024-02-07
Initial release of nf-core/readsimulator, created with the [nf-core](https://nf-co.re/) template.
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 142d822..b50a5fc 100644
--- a/assets/multiqc_config.yml
+++ b/assets/multiqc_config.yml
@@ -1,8 +1,8 @@
report_comment: >
- This report has been generated by the nf-core/readsimulator
+ This report has been generated by the nf-core/readsimulator
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-readsimulator-methods-description":
diff --git a/nextflow.config b/nextflow.config
index 797fc63..ad77ce8 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -290,7 +290,7 @@ manifest {
description = """A workflow to simulate reads"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '1.0.0'
+ version = '1.0.1'
doi = '10.5281/zenodo.10622410'
}