Skip to content

Commit

Permalink
updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jun 8, 2021
1 parent e9a32d2 commit 4817b53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,8 @@ jobs:
release_name: Version ${{ env.VERSION }}
body: |
Changes in this Release
- Added an experimental Perl CPAN analyzer [#3378](https://github.com/jeremylong/DependencyCheck/pull/3378)
- Improved database performance [#3206](https://github.com/jeremylong/DependencyCheck/pull/3206)
- The archive analyzer now extracts files from RPM archives [#3226](https://github.com/jeremylong/DependencyCheck/pull/3226)
- Ensure ordered output in reports [#3243](https://github.com/jeremylong/DependencyCheck/pull/3343)
- Several minor bug fixes and updates to reduce false positives
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/27?closed=1).
- Resolved issue with database connections introduced in 6.2.0 (see https://github.com/jeremylong/DependencyCheck/issues/3416).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/29?closed=1).
draft: false
prerelease: false
- name: Upload CLI
Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## [Version 6.2.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.2.0) (2021-06-08)

### Changes

- Resolved issue with database connections introduced in 6.2.0 (see https://github.com/jeremylong/DependencyCheck/issues/3416).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/29?closed=1).

## [Version 6.2.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.2.0) (2021-05-29)

### Changes
Expand Down

0 comments on commit 4817b53

Please sign in to comment.