Skip to content

Commit

Permalink
release 6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Apr 29, 2021
1 parent 6cd6bb2 commit 6b238ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,10 @@ jobs:
release_name: Version ${{ env.VERSION }}
body: |
Changes in this Release
- Fixed a second NPE introduced in 6.1.3 (see #3246)
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/25?closed=1).
- Resolved issue with Sarif report (#3243)
- Resolved issue with Ruby Bundle Audit (#3256)
- Several minor bug fixes and updates to reduce false positives
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/26?closed=1).
draft: false
prerelease: false
- name: Upload CLI
Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## [Version 6.1.6](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.1.6) (2021-04-29)

### Changes

- Resolved issue with Sarif report (#3243)
- Resolved issue with Ruby Bundle Audit (#3256)
- Several minor bug fixes and updates to reduce false positives
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/26?closed=1).

## [Version 6.1.5](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.1.5) (2021-03-31)

### Changes
Expand Down

0 comments on commit 6b238ae

Please sign in to comment.