diff --git a/plugins/nf-cloudcache/changelog.txt b/plugins/nf-cloudcache/changelog.txt index 2e9af969f8..05fd5fad8e 100644 --- a/plugins/nf-cloudcache/changelog.txt +++ b/plugins/nf-cloudcache/changelog.txt @@ -1,5 +1,8 @@ nf-cloudcache changelog ======================= +0.3.0 - 10 Oct 2023 +- Add -cloudcache CLI option (#4385) [73fda582] + 0.2.0 - 17 Aug 2023 - Remove lock file from cloudcache (#4167) [6e6ea579] - Enable cloud cache based on environment variable (#4160) [a66b0e63] diff --git a/plugins/nf-cloudcache/src/resources/META-INF/MANIFEST.MF b/plugins/nf-cloudcache/src/resources/META-INF/MANIFEST.MF index 042ea9ff79..b4267c3b61 100644 --- a/plugins/nf-cloudcache/src/resources/META-INF/MANIFEST.MF +++ b/plugins/nf-cloudcache/src/resources/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Plugin-Class: nextflow.CloudCachePlugin Plugin-Id: nf-cloudcache -Plugin-Version: 0.2.0 +Plugin-Version: 0.3.0 Plugin-Provider: Seqera Labs Plugin-Requires: >=23.04.0