diff --git a/.github/workflows/build-gradle-project.yml b/.github/workflows/build-gradle-project.yml index 7b654d3..658148e 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 47191eb..ef92851 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { } group='kingstonduo' -version='4.1' +version='4.2' apply plugin: 'java' diff --git a/changelog.md b/changelog.md index a52adf6..6705db5 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