From 35e9bb08cfcaea0ee4564801c3423f7e23084edc Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:11:18 -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 31bc0aaa..e870b681 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orion-web", - "version": "4.1.0", + "version": "4.2.0", "private": true, "devDependencies": { "acorn": "7.2.0", From f2509fe4098e719a15d194763b275d0021125eb6 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:12:34 -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 eb343e4f..1788d979 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,19 @@ # Changelog -## Release 4.1 [unreleased] +## Release 4.2 [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 4.1 [Released 10/16/2024] Brief summary of what's in this release: - Fixed an issue where the filters would not be applied when another user uploads a package