Skip to content

Commit 1a2341e

Browse files
committed
release 6.3.2
1 parent d34373f commit 1a2341e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@ jobs:
198198
release_name: Version ${{ env.VERSION }}
199199
body: |
200200
Changes in this Release
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).
201+
- Reduced chance of rate limiting when download files from NVD (see [#2670](https://github.com/jeremylong/DependencyCheck/pull/3670)).
202+
- Fixed bug causing some transitive dependencies being skipped in the odc-maven-plugin (see [#3627](https://github.com/jeremylong/DependencyCheck/pull/3627)).
203+
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/33?closed=1).
203204
draft: false
204205
prerelease: false
205206
- name: Upload CLI

RELEASE_NOTES.md

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

3+
## [Version 6.3.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.3.1) (2021-09-29)
4+
5+
### Changes
6+
7+
- Reduced chance of rate limiting when download files from NVD (see [#2670](https://github.com/jeremylong/DependencyCheck/pull/3670)).
8+
- Fixed bug causing some transitive dependencies being skipped in the odc-maven-plugin (see [#3627](https://github.com/jeremylong/DependencyCheck/pull/3627)).
9+
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/33?closed=1).
10+
311
## [Version 6.3.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.3.1) (2021-09-01)
412

513
### Changes

0 commit comments

Comments
 (0)