From 0e10d48b64ee59892443540448225e317e7e5e1e Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 8 Nov 2021 07:37:15 -0500 Subject: [PATCH] 6.5.0 release notes --- .github/workflows/release.yml | 11 ++++++++--- RELEASE_NOTES.md | 13 +++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 913f9f49824..7d8fcec6300 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -179,9 +179,14 @@ jobs: release_name: Version ${{ env.VERSION }} body: | Changes in this Release - - Added download attempts with increasing wait time for `CVE meta` files from the NVD to prevent rate limiting issues (see [#3725](https://github.com/jeremylong/DependencyCheck/pull/3725)). - - See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/35?closed=1). - draft: false + - Updated build configuration to create [reproducible builds](https://reproducible-builds.org/). + - Updated automated release process to work with branch protection. + - Resolved several false positives in the Java ecosystem. + - Enabled the Swift Resolved analyzer per #3735 + - Improved iOS support per #3168 and #3765 + - Added the a new pnpm Analyzer + - Fixed issue with some npm and yarn analysis failing due to large audit output + - See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/36?closed=1). draft: false prerelease: false - name: Upload CLI id: upload-release-cli diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1afcc7ba789..f79fb372a19 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,18 @@ # Release Notes +## [Version 6.5.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.5.0) (2021-11-08) + +### Changes + + - Updated build configuration to create [reproducible builds](https://reproducible-builds.org/). + - Updated automated release process to work with branch protection. + - Resolved several false positives in the Java ecosystem. + - Enabled the Swift Resolved analyzer per #3735 + - Improved iOS support per #3168 and #3765 + - Added the a new pnpm Analyzer + - Fixed issue with some npm and yarn analysis failing due to large audit output + - See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/36?closed=1). + ## [Version 6.4.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.4.1) (2021-10-11) ### Changes