From 1f035e29f0cd556684086cdf9cc476feee7f9eb5 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:54:30 -0400 Subject: [PATCH 1/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 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 From ba530cf8a08f78d6c577f0488350c0878823066e Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:55:12 -0400 Subject: [PATCH 2/3] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From 5715b581413c39c7d8b71a82d8c64a7c77b08968 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:56:02 -0400 Subject: [PATCH 3/3] Update changelog.md --- changelog.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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