Skip to content

Commit

Permalink
Merge pull request #29 from KPMP/KPMP-5427_ReleaseActivities
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
rlreamy authored Jul 10, 2024
2 parents 3b95fa9 + f3fa739 commit 0194d64
Show file tree
Hide file tree
Showing 3 changed files with 17 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: 1.4
IMAGE_TAG: 1.5
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 @@ -13,7 +13,7 @@ plugins {
}

group='kingstonduo'
version='1.4'
version='1.5'


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

Expand Down

0 comments on commit 0194d64

Please sign in to comment.