Skip to content

Commit

Permalink
chore: bump release to 1.2.3 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig authored Feb 14, 2022
1 parent a93f6fe commit 441426e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stig-management-api",
"version": "1.2.2",
"version": "1.2.3",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.2.3
-----

Changes:

- (App) Trim white space from exported CSV values
- (API) Include request body when logging at level 4
- (App) Corrected web app logic for XCCDF imports

Commits:

- a93f6fe fix: web app xccdf import logic (#582)
- 22cbfe7 feat: log request body when logLevel = 4 (#581)
- 4319979 feat: ExportButton trims values (#576)


1.2.2
-----
Changes:
Expand Down

0 comments on commit 441426e

Please sign in to comment.