diff --git a/plugins/nf-google/changelog.txt b/plugins/nf-google/changelog.txt index 1637822ae4..6d83bf3a1d 100644 --- a/plugins/nf-google/changelog.txt +++ b/plugins/nf-google/changelog.txt @@ -1,5 +1,8 @@ nf-google changelog =================== +1.8.3-patch1 - 28 May 2024 +- Bump dependency with Nextflow 23.10.2 + 1.8.3 - 10 Oct 2023 - Add setting to enable the use of sync command [f0d5cc5c] - Fix Google Batch do not stop running jobs (#4381) [3d6b7358] diff --git a/plugins/nf-google/src/resources/META-INF/MANIFEST.MF b/plugins/nf-google/src/resources/META-INF/MANIFEST.MF index 8522585c8e..7906c249e1 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.8.3 +Plugin-Version: 1.8.3-patch1 Plugin-Provider: Seqera Labs -Plugin-Requires: >=23.02.0-edge +Plugin-Requires: >=23.10.2