From a7f547cf95109beaad6abc3a6c13397d4cc37cf7 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:43:21 -0400 Subject: [PATCH 1/3] Increase version number --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3eb48a0..6581a40 100755 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'com.palantir.docker' jar { baseName = 'cassiopeia-data' - version = '1.5' + version = '1.7' } repositories { From c24be9ce80d10195b9fb9233dfb94d2abc78e0b6 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:44:27 -0400 Subject: [PATCH 2/3] Update changelog.md --- changelog.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2ceb5cb..f0c91fc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,23 @@ # Changelog -## Release 1.6 [unreleased] +## Release 1.7 [ 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.6 +Brief summary of what's in this release: +- changed the configured port application runs on ### Breaking changes From 57a4500e57912576aed847d157b88615003694a2 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:44:51 -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 d892145..cd8a739 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.5 + IMAGE_TAG: 1.7 runs-on: ubuntu-latest steps: - name: Get branch names