diff --git a/CHANGELOG.md b/CHANGELOG.md index b62adbfb..b1577df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v3.7.3 (2022-12-11) +### Fix +* Adjust dependency `pip-requirements-parser` to a working version ([#450](https://github.com/CycloneDX/cyclonedx-python/issues/450)) ([`6101986`](https://github.com/CycloneDX/cyclonedx-python/commit/610198659be408b5ef17d649aa381944d992a7dd)) + ## v3.7.2 (2022-11-15) ### Fix * Add a missing space in the help pages `pathto` -> `path to` ([#443](https://github.com/CycloneDX/cyclonedx-python/issues/443)) ([`bc5fe57`](https://github.com/CycloneDX/cyclonedx-python/commit/bc5fe5760565e608387ad7638126869550d65213)) diff --git a/pyproject.toml b/pyproject.toml index be9546cc..628fba3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-bom" -version = "3.7.2" +version = "3.7.3" description = "CycloneDX Software Bill of Materials (SBOM) generation utility" authors = ["Steven Springett ", "Paul Horton "] license = "Apache-2.0"