diff --git a/plugins/nf-google/changelog.txt b/plugins/nf-google/changelog.txt index 39ab3a0663..5b8a54a4dc 100644 --- a/plugins/nf-google/changelog.txt +++ b/plugins/nf-google/changelog.txt @@ -1,5 +1,10 @@ nf-google changelog =================== +1.14.0 - 5 Aug 2024 +- Bump pf4j to version 3.12.0 [96117b9a] +- Make Google Batch auto retry codes configurable (#5148) [e562ce06] +- Improve Google Batch 5000x error class handling (#5141) [61b2205f] + 1.13.2-patch1 - 9 Jul 2024 - Fix normalization of consecutive slashes in uri path (#5114) [3f366b7e] diff --git a/plugins/nf-google/src/resources/META-INF/MANIFEST.MF b/plugins/nf-google/src/resources/META-INF/MANIFEST.MF index cbaa7f4fae..92494dcf38 100644 --- a/plugins/nf-google/src/resources/META-INF/MANIFEST.MF +++ b/plugins/nf-google/src/resources/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Plugin-Class: nextflow.cloud.google.GoogleCloudPlugin Plugin-Id: nf-google -Plugin-Version: 1.13.4 +Plugin-Version: 1.14.0 Plugin-Provider: Seqera Labs -Plugin-Requires: >=24.04.1 +Plugin-Requires: >=24.04.4