diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea99e6775dda65525ef2970bf0e4cd2a8bb7ba45..8a9b96776378c8e5547f032fa7bec109c37bc37b 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).
 
-## v2.1.0dev
+## v2.1.0 - 2023-06-01
 
 ### `Added`
 
diff --git a/nextflow.config b/nextflow.config
index 7d3ee4d21a4d86722dbbe170c9deeca56d7b7328..24d1bc0e535fa7c8bc48fb93ce22e9875a12c716 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -303,7 +303,7 @@ manifest {
     description     = """Analysis of Chromosome Conformation Capture data (Hi-C)"""
     mainScript      = 'main.nf'
     nextflowVersion = '!>=22.10.1'
-    version         = '2.1.0dev'
+    version         = '2.1.0'
     doi             = ''
 }