From c4808f4f01cfc7013c57f89e1b09885897bb30bd Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:39:15 -0400 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 de781c1..957d52b 100755 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { } group='kingstonduo' -version='1.4' +version='1.5' apply plugin: 'java' From 82d3ba8fc67d4344b3444134ed0cfd41191fa73e Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:41:14 -0400 Subject: [PATCH 2/3] Update changelog.md --- changelog.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 51bb258..aa13cd9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,22 @@ # Changelog -## Release 1.4 [unreleased] +## Release 1.5 (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 1.4 (released 07/08/2024) +Brief summary of what's in this release: +- address vulnerabilities +- fix workflows ### Breaking changes From f3fa739b4dc2fbee7b5c6037d126d97bca6b497c Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:41:31 -0400 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 f26f219..1c152f3 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.4 + IMAGE_TAG: 1.5 runs-on: ubuntu-latest steps: - name: Get branch names