Skip to content

Commit

Permalink
docs: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Feb 28, 2023
1 parent 7106a08 commit afc6922
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,7 @@ jobs:
body: |
### Fixed
- allow hosted suppressions file to be disabled (#5509)
- Several FPs not suitable for our automation (#5504)
- Fix incorrect defaults for nexus and central-analyzer in gradle plugin documentation (#5503)
- Erroneous error-log for deprecated CLI flag usage when using properyfile based disablement of Node Audit Analyzer (#5487)
- Prefer pom.properties G/A/V over pom.xml G/A/V to resolve GAV interpolation issues (#5473)
- Node package dependencies ending up as related dependency of the wrong version of the package (#5479)
- do not throw error if pyproject.toml is in node_modules (#5470)
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/61?closed=1).
- Fix `NullPointerException` in the Jar Analyzer introduced in 8.1.1 (#5512)
- name: Upload CLI
id: upload-release-cli
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [Version 8.1.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v8.1.2) (2023-02-28)

### Fixed

- Fix `NullPointerException` in the Jar Analyzer introduced in 8.1.1 (#5512)

See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/62?closed=1).

## [Version 8.1.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v8.1.1) (2023-02-27)

### Fixed
Expand Down

0 comments on commit afc6922

Please sign in to comment.