Skip to content

Commit

Permalink
chore: add changelog (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong authored Feb 18, 2023
1 parent ff0e7f8 commit cece0be
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Change Log

## 2.0.0 - 2023-02-18

### Added

- Added `gh-advisory-lib` client to download the GitHub Security Advisories.
- `nvd-lib` and `vulnz` now support parameters: `virtualMatchString`, `versionStart`, `versionStartType`, `versionEnd`, and `versionEndType` (See [#16](https://github.com/jeremylong/vuln-tools/issues/16) and [#17](https://github.com/jeremylong/vuln-tools/issues/17)).
- `nvd-lib` and `vulnz` now support the boolean parameter `noRejected` (see [#15](https://github.com/jeremylong/vuln-tools/issues/15)).

### Changed

- **Breaking Change** - all instances of `LocalDateTime` have been replaced with `ZonedDateTime`.

## 1.0.1 - 2023-01-23

### Fixed

- Resolves issue with null results from the NVD API (issue #20).

## 1.0.0 - 2022-11-28

- Initial Release.

0 comments on commit cece0be

Please sign in to comment.