diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c0cbf..7f5adbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [v1.3.0] ### Added - Modified base calling with `--duplex`. - APK 5.0.0 model. diff --git a/nextflow.config b/nextflow.config index 0aee814..9a2c104 100644 --- a/nextflow.config +++ b/nextflow.config @@ -87,7 +87,7 @@ manifest { description = 'Helper workflow for basecalling ONT reads.' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = '1.2.2' + version = '1.3.0' } epi2melabs {