Skip to content

Commit

Permalink
release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Aug 31, 2021
1 parent 012a3e7 commit 2b70aa9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -198,8 +198,9 @@ jobs:
release_name: Version ${{ env.VERSION }}
body: |
Changes in this Release
- Resolved issue with database connections introduced in 6.2.0 (see https://github.com/jeremylong/DependencyCheck/issues/3432).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/30?closed=1).
- Many updates were made to improve performance on large scans, reduce false positives, and other bug fixes.
- Increased the width of four columns in the database; if you use a an external database you should also update the width (see [upgrade_5.1.sql](https://github.com/jeremylong/DependencyCheck/blob/main/core/src/main/resources/data/upgrade_5.1.sql)).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/31?closed=1).
draft: false
prerelease: false
- name: Upload CLI
Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
@@ -1,5 +1,13 @@
# Release Notes

## [Version 6.3.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.2.2) (2021-08-31)

### Changes

- Many updates were made to improve performance on large scans, reduce false positives, and other bug fixes.
- Increased the width of four columns in the database; if you use a an external database you should also update the width (see [upgrade_5.1.sql](https://github.com/jeremylong/DependencyCheck/blob/main/core/src/main/resources/data/upgrade_5.1.sql)).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/31?closed=1).

## [Version 6.2.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.2.2) (2021-06-10)

### Changes
Expand Down

0 comments on commit 2b70aa9

Please sign in to comment.