Skip to content

Commit b569548

Browse files
committed
chore: manual fix release publication 2.7.1
Signed-off-by: Paul Horton <paul.horton@owasp.org>
1 parent 68a0cdd commit b569548

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.7.1 (2022-08-01)
6+
### Fix
7+
* BOM validation fails when Components or Services are nested [#275](https://github.com/CycloneDX/cyclonedx-python-lib/issues/275)
8+
* 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)
9+
510
## v2.7.0 (2022-07-21)
611
### Feature
712
* Support for CycloneDX schema `1.4.2` - adds `vulnerability.properties` to the schema ([`32e7929`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/32e792928bdf37133e966ef72ec01b0bc698482d))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cyclonedx-python-lib"
3-
version = "2.7.0"
3+
version = "2.7.1"
44
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
55
authors = ["Paul Horton <phorton@sonatype.com>"]
66
maintainers = ["Paul Horton <phorton@sonatype.com>"]

0 commit comments

Comments
 (0)