Skip to content

Commit

Permalink
docs: release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jan 6, 2023
1 parent 2d3660b commit 07a852d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -187,10 +187,9 @@ jobs:
body: |
### Fixed
- Fixed NPE when analyzing version ranges in NPM (#5158 & #5190)
- Resolved several FP (#5191)
- Resolved issue processing NVD CVE data due to column width (#5229)
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/55?closed=1).
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/56?closed=1).
- name: Upload CLI
id: upload-release-cli
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## [Version 7.4.4](https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.4) (2022-01-06)

### Fixed

- Resolved issue processing NVD CVE data due to column width (#5229)

See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/56?closed=1).

## [Version 7.4.3](https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.3) (2022-12-29)

### Fixed
Expand Down

0 comments on commit 07a852d

Please sign in to comment.