Skip to content

Commit

Permalink
Merge pull request #19 from KPMP/add-changelog
Browse files Browse the repository at this point in the history
Create changelog.md
  • Loading branch information
rlreamy authored Jun 14, 2024
2 parents 1dd438f + 34fecb6 commit 927a60a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ eclipse {


jar {
baseName='eridanus-data'
archivesBaseName='eridanus-data'
}

repositories {
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## Release 4.1 [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.

0 comments on commit 927a60a

Please sign in to comment.