diff --git a/CHANGELOG.md b/CHANGELOG.md
index f446c10..4eccdfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@
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
+
+### `Added`
+
+### `Fixed`
+
+### `Dependencies`
+
+### `Deprecated`
+
## v1.1.0 - 25-11-2024 - Amaranth Filly
### `Added`
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 900dd3e..5e3acb1 100644
--- a/assets/multiqc_config.yml
+++ b/assets/multiqc_config.yml
@@ -1,5 +1,5 @@
report_comment: >
- This report has been generated by the qbic-pipelines/vcftomaf
+ This report has been generated by the qbic-pipelines/vcftomaf
analysis pipeline.
report_section_order:
"qbic-pipelines-vcftomaf-methods-description":
diff --git a/nextflow.config b/nextflow.config
index dc47825..1e448a6 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -228,7 +228,7 @@ manifest {
description = """Convert vcf files to maf format"""
mainScript = 'main.nf'
nextflowVersion = '!>=24.04.2'
- version = '1.1.0'
+ version = '1.2.0dev'
doi = '10.5281/zenodo.10812762'
}