diff --git a/api/source/package-lock.json b/api/source/package-lock.json index d47d5ae1..3cfda635 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "stig-management-api", - "version": "1.4.11", + "version": "1.4.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stig-management-api", - "version": "1.4.11", + "version": "1.4.12", "license": "MIT", "dependencies": { "archiver": "^5.3.1", diff --git a/api/source/package.json b/api/source/package.json index 47f92c80..cc9b0553 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -1,6 +1,6 @@ { "name": "stig-management-api", - "version": "1.4.11", + "version": "1.4.12", "description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.", "main": "index.js", "scripts": { diff --git a/release-notes.rst b/release-notes.rst index af9420bc..0c4ec5e3 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -1,3 +1,20 @@ +1.4.12 +----- + +Changes: + + - (API) feat: “Anonymized Deployment Details” report enhancements + - (UI/API) feat: Date/time added to filenames for exported/generated files + - (API) fix: Asset updates without collectionId property preserves labels + - (API) fix: default_rev and stats updated when current STIG revision is removed + - (API) fix: Resolved issue preventing new deployments from using alternative DB user + - (build) fix: resolved issue building images with uglify.js + - (UI/API) feat: Default review history records setting for new Collections set to 5 + - (UI/API) feat: Max review history records setting limited to 15 + - (build) chore: dependency updates + - **Includes database migration to update settings for existing Collections to reflect the new Review History cap where appropriate. No history is altered as part of the migration, history entries will be trimmed to new max as Reviews are subsequently updated.** + + 1.4.11 -----