Skip to content

Commit

Permalink
Merge pull request #66 from KPMP/KPMP-5523_PostRelease
Browse files Browse the repository at this point in the history
Update changelog.md
  • Loading branch information
zwright authored Oct 21, 2024
2 parents fc9cd41 + 0f23483 commit 9ac13c5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Release 1.8 [unreleased]
## Release 1.9 [unreleased]
Brief summary of what's in this release:


Expand All @@ -9,6 +9,24 @@ Brief summary of what's in this release:
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.

---

# Changelog

## Release 1.8 [Released 10/16/2024]
Brief summary of what's in this release:
- increased version number
- introduced changelog

### 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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libra-web",
"version": "1.8.0",
"version": "1.9.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
Expand Down

0 comments on commit 9ac13c5

Please sign in to comment.