From 05bdbb9d3ea29fda9cf1ef33e5f00367ff6d53f0 Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Tue, 17 Oct 2023 13:02:29 +0200 Subject: [PATCH] add ramen names to changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16e9ce..5244bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # nextflow-io/nf-validation: Changelog -# Version 1.1.0 +# Version 1.1.0 - Miso ## Bug fixes - Floats and doubles should now be created when using the `number` type in the schema ([#113](https://github.com/nextflow-io/nf-validation/pull/113/)) - When `0` is used as a default value in the schema, a `0` will now be used as the value in the `.fromSamplesheet()` channel instead of `null` ([#114](https://github.com/nextflow-io/nf-validation/pull/114)) -# Version 1.0.0 +# Version 1.0.0 - Tonkotsu The nf-validation plugin is now in production use across many pipelines and has (we hope) now reached a point of relative stability. The bump to major version v1.0.0 signifies that it is suitable for use in production pipelines.