From 106b60e7534f186b8847b18f02e35f1966a6e885 Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Tue, 17 May 2022 14:24:03 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6084931ff2..ecee8b46ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # nf-core/tools: Changelog +## v2.4.2dev + +- Add `fix` flag to `nf-core modules lint` command to update modules to the latest version ([#1588](https://github.com/nf-core/tools/pull/1588)) + ## [v2.4.1 - Cobolt Koala Patch](https://github.com/nf-core/tools/releases/tag/2.4) - [2022-05-16] - Patch release to try to fix the template sync ([#1585](https://github.com/nf-core/tools/pull/1585)) @@ -30,7 +34,6 @@ - Remove empty JSON schema definition groups to avoid usage errors ([#1419](https://github.com/nf-core/tools/issues/1419)) - Bumped the minimum version of `rich` from `v10` to `v10.7.0` - ### Modules - Add a new command `nf-core modules mulled` which can generate the name for a multi-tool container image.