From f793d8e0eeda6dfdef87f265415230a79c18582c Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:53:56 -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 0c46270..cb899c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hubble-web", - "version": "2.4.0", + "version": "2.5.0", "private": true, "homepage": "/spatial-viewer", "baseURL": "/spatial-viewer", From 22ce4bdd25ac57e99b20a7fc31047ecb6de21bc2 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:21:40 -0400 Subject: [PATCH 2/2] Update changelog.md --- changelog.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 60d2770..99de67c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,19 @@ # 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: - introduction of this changelog - update the version in the package.json