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 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",