diff --git a/CHANGELOG.md b/CHANGELOG.md index d26a0ff4..1603bc93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v3.6.1 (2022-09-19) +### Fix +* Properly declare licenses from environment ([#417](https://github.com/CycloneDX/cyclonedx-python/issues/417)) ([`25f9e29`](https://github.com/CycloneDX/cyclonedx-python/commit/25f9e29a162f20918b6f1bbe887cc7b18c623c16)) + ## v3.6.0 (2022-09-16) ### Feature * Enable dependency `cyclonedx-python-lib@^3` ([#418](https://github.com/CycloneDX/cyclonedx-python/issues/418)) ([`05cd51e`](https://github.com/CycloneDX/cyclonedx-python/commit/05cd51e1da261d29fb5c3e1722544a8f00a0cfcd)) diff --git a/pyproject.toml b/pyproject.toml index ee86a0f6..3282596c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-bom" -version = "3.6.0" +version = "3.6.1" description = "CycloneDX Software Bill of Materials (SBOM) generation utility" authors = ["Steven Springett ", "Paul Horton "] license = "Apache-2.0"