From 380e6be0eee2b101b377ad6b6f1969eef3b14298 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:26:18 -0500 Subject: [PATCH 1/3] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd96f81..2d205f6 100755 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { } group='kingstonduo' -version='1.9.0' +version='1.10.0' apply plugin: 'java' From 9b51aba1857be1698b9aa6ec2958dc43686b64e0 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:27:32 -0500 Subject: [PATCH 2/3] Update changelog.md --- changelog.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6d8c3e5..dccec94 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,18 @@ # Changelog -## Release 1.9 (unreleased) +## Release 1.10 (unreleased) +Brief summary: + +### Breaking changes + +--- + +## Release 1.9 (11/13/2025) Brief summary of what's in this release: - Do not substring fileName for WGS files +--- + ## Release 1.8 (06/30/25) Brief summary of what's in this release: From 9e95574742d322f7f53b214a457d4e855916363d Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:27:49 -0500 Subject: [PATCH 3/3] Update build-gradle-project.yml --- .github/workflows/build-gradle-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-gradle-project.yml b/.github/workflows/build-gradle-project.yml index 3e564ce..a931ed6 100644 --- a/.github/workflows/build-gradle-project.yml +++ b/.github/workflows/build-gradle-project.yml @@ -6,7 +6,7 @@ on: jobs: build-gradle-project: env: - IMAGE_TAG: 1.9.0 + IMAGE_TAG: 1.10.0 runs-on: ubuntu-latest steps: - name: Get branch names