From b56954840ada89c0ba63b4be16e099cd74cc001d Mon Sep 17 00:00:00 2001 From: Paul Horton Date: Mon, 1 Aug 2022 09:01:05 +0100 Subject: [PATCH] chore: manual fix release publication `2.7.1` Signed-off-by: Paul Horton --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc22837..754f525e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v2.7.1 (2022-08-01) +### Fix +* BOM validation fails when Components or Services are nested [#275](https://github.com/CycloneDX/cyclonedx-python-lib/issues/275) +* updated dependencies [#271](https://github.com/CycloneDX/cyclonedx-python-lib/issues/271), [#270](https://github.com/CycloneDX/cyclonedx-python-lib/issues/270), [#269](https://github.com/CycloneDX/cyclonedx-python-lib/issues/269) and [#256](https://github.com/CycloneDX/cyclonedx-python-lib/issues/256) + ## v2.7.0 (2022-07-21) ### Feature * Support for CycloneDX schema `1.4.2` - adds `vulnerability.properties` to the schema ([`32e7929`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/32e792928bdf37133e966ef72ec01b0bc698482d)) diff --git a/pyproject.toml b/pyproject.toml index 1781f647..49e3f276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-python-lib" -version = "2.7.0" +version = "2.7.1" description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files." authors = ["Paul Horton "] maintainers = ["Paul Horton "]