diff --git a/.github/workflows/build-gradle-project.yml b/.github/workflows/build-gradle-project.yml index ab1f6c5..88faa93 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: 4.1 + IMAGE_TAG: 4.2 runs-on: ubuntu-latest steps: - name: Get branch names diff --git a/build.gradle b/build.gradle index 4cfe2d2..58d479d 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { } group = 'kingstonduo' -version = "4.1" +version = "4.2" apply plugin: 'java' apply plugin: 'eclipse' diff --git a/changelog.md b/changelog.md index fb37a6f..fe9b6fb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,19 @@ # Changelog -## Release 4.1 [unreleased] +## Release 4.2 [unreleased] +Brief summary of what's in this release: + +### Breaking changes + +Breaking changes include any database updates needed, if we need to edit any files on system (like .env or certs, etc). Things that are outside of the code itself that need changed for the system to work. + +### Non-breaking changes + +Just a place to keep track of things that have changed in the code that we may want to pay special attention to when smoke testing, etc. + +--- + +## Release 4.1 [Released 10/16/2024] Brief summary of what's in this release: - upgrade to Java 21