Skip to content

Commit

Permalink
Merge pull request #32 from KPMP/KPMP-5523_PostRelease
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
zwright authored Oct 21, 2024
2 parents f0ef1c8 + 7fd2b03 commit 4b652ae
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group='kingstonduo'
version='4.1'
version='4.2'


apply plugin: 'java'
Expand Down
15 changes: 14 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4b652ae

Please sign in to comment.