From 67465bfdcd7a20ef0fc4102be102a1a94a2d827b Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Thu, 29 Dec 2022 05:18:37 -0500 Subject: [PATCH] docs: release notes --- .github/workflows/release.yml | 11 +++-------- CHANGELOG.md | 9 +++++++++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3786f5f2f4..69a0436d307 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7381f506f..6b9a0489c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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