diff --git a/plugins/nf-cloudcache/changelog.txt b/plugins/nf-cloudcache/changelog.txt index ab00b3bcc3..0bbb79ac84 100644 --- a/plugins/nf-cloudcache/changelog.txt +++ b/plugins/nf-cloudcache/changelog.txt @@ -1,5 +1,8 @@ nf-cloudcache changelog ======================= +0.4.2 - 5 Aug 2024 +- Bump pf4j to version 3.12.0 [96117b9a] + 0.4.1 - 10 Mar 2024 - Fix typo in error message [ci fast] [a7f23305] - minor cli docstring fix (#4759) [ci skip] [ee4b4a25] diff --git a/plugins/nf-cloudcache/src/resources/META-INF/MANIFEST.MF b/plugins/nf-cloudcache/src/resources/META-INF/MANIFEST.MF index de5b9f3109..86fdf35654 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.4.1 +Plugin-Version: 0.4.2 Plugin-Provider: Seqera Labs -Plugin-Requires: >=24.01.0-edge +Plugin-Requires: >=24.04.4