diff --git a/api/source/package-lock.json b/api/source/package-lock.json index d62a59bc4..c52be29c0 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "stig-management-api", - "version": "1.3.9", + "version": "1.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stig-management-api", - "version": "1.3.9", + "version": "1.3.10", "license": "MIT", "dependencies": { "archiver": "^5.3.1", diff --git a/api/source/package.json b/api/source/package.json index f649ba28a..cb692f046 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -1,6 +1,6 @@ { "name": "stig-management-api", - "version": "1.3.9", + "version": "1.3.10", "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 6ac62b2c7..154b45a92 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -1,3 +1,16 @@ +1.3.10 +----- + +Changes: + + - (API/UI) Provisional .cklb import/export feature. + - (UI) Added CCIs column to STIG Library grid. + - (API/fix) XML double-encoding regression after upgrading fast-xml-parser + - (API/fix) Handle missing description in xccdf benchmark + - (UI/fix) Remove non-compliant elevate parameter, fix regression preventing app management interface from updating Collections + - (UI/fix) Workaround non-standard what's new dates + - (UI/fix) Duplicate collection name detection + 1.3.9 -----