From 1c3e8f8a7620d4081d782ea87c5a0c9aa2674830 Mon Sep 17 00:00:00 2001 From: jasmezz Date: Wed, 20 Mar 2024 23:54:35 +0100 Subject: [PATCH] Version bump to 1.2.0dev --- CHANGELOG.md | 19 ++++++++++++++++++- nextflow.config | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a453a6..23b3d827 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). -## v1.1.5dev - [date] +## v1.2.0dev - [date] ### `Added` @@ -26,6 +26,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### `Deprecated` +## v1.1.5 - [2024-03-20] + +### `Added` + +### `Fixed` + +- [#346](https://github.com/nf-core/funcscan/pull/346) Pinned version of nf-validation to 1.1.3 + +### `Dependencies` + +| Plugin | Previous | New version | +| ------------- | -------- | ----------- | +| Bakta | 1.8.2 | 1.9.3 | +| nf-validation | Latest | 1.1.3 | + +### `Deprecated` + ## v1.1.4 - [2023-11-07] ### `Added` diff --git a/nextflow.config b/nextflow.config index e3c171be..5df44663 100644 --- a/nextflow.config +++ b/nextflow.config @@ -384,7 +384,7 @@ manifest { description = """Pipeline for screening for functional components of assembled contigs""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.1.5dev' + version = '1.2.0dev' doi = '10.5281/zenodo.7643099' }