diff --git a/api/source/package-lock.json b/api/source/package-lock.json index 5f3acee16..afe06f892 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "stig-management-api", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stig-management-api", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "archiver": "^5.3.1", diff --git a/api/source/package.json b/api/source/package.json index 03122b605..cba2debaa 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -1,6 +1,6 @@ { "name": "stig-management-api", - "version": "1.3.2", + "version": "1.3.3", "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 8a27b7e0e..73737bd03 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -1,3 +1,11 @@ +1.3.3 +----- + +Changes: + + - (API/Hotfix) Resolves issue that could lead to inaccurate metrics percentages after Releases 1.3.1 and 1.3.2. + - (API/Hotfix) Resolves issue that could cause migration 0020 to fail when populating identical duplicate multi-check content fields. + 1.3.2 -----