Skip to content

Commit ca8ee4d

Browse files
committed
release 6.3.1
1 parent 3ed3ee0 commit ca8ee4d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,8 @@ jobs:
198198
release_name: Version ${{ env.VERSION }}
199199
body: |
200200
Changes in this Release
201-
- Many updates were made to improve performance on large scans, reduce false positives, and other bug fixes.
202-
- 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)).
203-
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/31?closed=1).
201+
- Fixed [ConcurrentModificationException](https://github.com/jeremylong/DependencyCheck/issues/3618)
202+
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/32?closed=1).
204203
draft: false
205204
prerelease: false
206205
- name: Upload CLI

RELEASE_NOTES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Release Notes
22

3-
## [Version 6.3.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.2.2) (2021-08-31)
3+
## [Version 6.3.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.3.1) (2021-09-01)
4+
5+
### Changes
6+
7+
- Fixed [ConcurrentModificationException](https://github.com/jeremylong/DependencyCheck/issues/3618)
8+
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/32?closed=1).
9+
10+
## [Version 6.3.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.3.0) (2021-08-31)
411

512
### Changes
613

0 commit comments

Comments
 (0)