Skip to content

Commit

Permalink
release 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jun 10, 2021
1 parent b5a5c73 commit c56f683
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ 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/3416).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/29?closed=1).
- 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).
draft: false
prerelease: false
- name: Upload CLI
Expand Down
9 changes: 8 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes

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

### Changes

- 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).

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

### Changes

Expand Down

0 comments on commit c56f683

Please sign in to comment.