diff --git a/CHANGELOG.md b/CHANGELOG.md index ddaeb676..59bafe9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.12.3 (2021-12-15) +### Fix +* Removed requirements-parser as dependency (temp) as not available for Python 3 as Wheel ([#98](https://github.com/CycloneDX/cyclonedx-python-lib/issues/98)) ([`3677d9f`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/3677d9fd584b7c0eb715954bb7b8adc59c0bc9b1)) + ## v0.12.2 (2021-12-09) ### Fix * Tightened dependency `packageurl-python` ([#95](https://github.com/CycloneDX/cyclonedx-python-lib/issues/95)) ([`eb4ae5c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/eb4ae5ca8842877b780a755b6611feef847bdb8c)) diff --git a/pyproject.toml b/pyproject.toml index 07f4cc97..021fce92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-python-lib" -version = "0.12.2" +version = "0.12.3" description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files." authors = ["Paul Horton "] maintainers = ["Paul Horton "]