From 5571b830339c9d86097b46a6b25de3737d4fea85 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:17:09 -0400 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83df7b20..03700a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pegasus-web", - "version": "2.4.0", + "version": "2.5.0", "private": true, "homepage": "/", "dependencies": { From 6e08ed138c251bf7fc08ee7394e9363b21e30840 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:19:10 -0400 Subject: [PATCH 2/2] Update changelog.md --- changelog.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9bc31c16..9bc8b593 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog -## Release 2.4 [unreleased] +## Release 2.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 2.4 (released 07/08/2024) Brief summary of what's in this release: - fix minor overlay issue in Explorer when gene not found - added new "All" column to Atlas home page and Explorer home page tables