diff --git a/api/source/package-lock.json b/api/source/package-lock.json index 065e67cb..e9dbf2e8 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "stig-management-api", - "version": "1.4.10", + "version": "1.4.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stig-management-api", - "version": "1.4.10", + "version": "1.4.11", "license": "MIT", "dependencies": { "archiver": "^5.3.1", diff --git a/api/source/package.json b/api/source/package.json index 146f10e6..85b6624c 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -1,6 +1,6 @@ { "name": "stig-management-api", - "version": "1.4.10", + "version": "1.4.11", "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 a643fd42..af9420bc 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -1,3 +1,10 @@ +1.4.11 +----- + +Changes: + + - (UI/API) Removing feature from Release 1.4.8 adding resultEngine, user, statusUser columns to Detail metrics exports. The feature was found to cause poor performance in large deployments. + 1.4.10 -----