Skip to content

Commit

Permalink
6.5.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Nov 8, 2021
1 parent d60ab27 commit 0e10d48
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0e10d48

Please sign in to comment.