diff --git a/README.md b/README.md index e4da46a..77dfbd4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Create the provenance report (default: `true` if plugin is loaded). `prov.formats` +*New in version 1.2.0* + Configuration scope for the desired output formats. The following formats are available: - `bco`: Render a [BioCompute Object](https://biocomputeobject.org/). Supports the `file` and `overwrite` options. diff --git a/plugins/nf-prov/src/resources/META-INF/MANIFEST.MF b/plugins/nf-prov/src/resources/META-INF/MANIFEST.MF index 5836d1b..521b851 100644 --- a/plugins/nf-prov/src/resources/META-INF/MANIFEST.MF +++ b/plugins/nf-prov/src/resources/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Plugin-Id: nf-prov -Plugin-Version: 1.1.0 +Plugin-Version: 1.2.0 Plugin-Class: nextflow.prov.ProvPlugin Plugin-Provider: nextflow Plugin-Requires: >=23.04.0