diff --git a/CHANGELOG.md b/CHANGELOG.md
index b686bd5ed..2c8151a55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
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).
+## [dev]
+
+### Added
+
+- [#1333](https://github.com/nf-core/sarek/pull/1333) - Back to dev
+
+### Changed
+
+### Fixed
+
+### Removed
+
+### Dependencies
+
+| Dependency | Old version | New version |
+| ---------- | ----------- | ----------- |
+
+### Modules / Subworkflows
+
+| script | Old name | New name |
+| ------ | -------- | -------- |
+
## [3.4.0](https://github.com/nf-core/sarek/releases/tag/3.4.0) - Pårtetjåkko
Pårtetjåkko is a mountain in the south of the park.
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index e175753b6..42adcc920 100644
--- a/assets/multiqc_config.yml
+++ b/assets/multiqc_config.yml
@@ -3,9 +3,9 @@ custom_logo_url: https://github.com/nf-core/sarek/
custom_logo_title: "nf-core/sarek"
report_comment: >
- This report has been generated by the nf-core/sarek
+ This report has been generated by the nf-core/sarek
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
report_section_order:
"nf-core-sarek-methods-description":
order: -1000
diff --git a/nextflow.config b/nextflow.config
index cc1bdcbd4..092662fb2 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -350,7 +350,7 @@ manifest {
description = """An open-source analysis pipeline to detect germline or somatic variants from whole genome or targeted sequencing"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '3.4.0'
+ version = '3.5dev'
doi = '10.12688/f1000research.16665.2, 10.1101/2023.07.19.549462, 10.5281/zenodo.3476425'
}