Skip to content

Commit

Permalink
docs: release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Dec 29, 2022
1 parent c2ab4ca commit 67465bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,10 @@ jobs:
body: |
### Fixed
- Fixes maven 3.1 compatibility issue (#5152)
- Fixed issue with invalid `node_module` paths in some scans (#5135)
- Fixed missing option to disable the Poetry Analyzer in the CLI (#5160)
- Fixed missing option to configure the OSS Index URL in the CLI (#5180)
- Fixed NPE when analyzing version ranges in NPM (#5158)
- Fixed issue with non-proxy host in the gradle plugin (/~https://github.com/dependency-check/dependency-check-gradle/pull/298)
- Resolved several FP
- Fixed NPE when analyzing version ranges in NPM (#5158 & #5190)
- Resolved several FP (#5191)
See the full listing of [changes](/~https://github.com/jeremylong/DependencyCheck/milestone/54?closed=1).
See the full listing of [changes](/~https://github.com/jeremylong/DependencyCheck/milestone/55?closed=1).
- name: Upload CLI
id: upload-release-cli
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

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

### Fixed

- Fixed NPE when analyzing version ranges in NPM (#5158 & #5190)
- Resolved several FP (#5191)

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

## [Version 7.4.2](/~https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.2) (2022-12-28)

### Fixed
Expand Down

0 comments on commit 67465bf

Please sign in to comment.