Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group='kingstonduo'
version='1.9.0'
version='1.10.0'


apply plugin: 'java'
Expand Down
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading