Skip to content

Commit

Permalink
chore: manual fix release publication 2.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <paul.horton@owasp.org>
  • Loading branch information
madpah committed Aug 1, 2022
1 parent 68a0cdd commit b569548
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <phorton@sonatype.com>"]
maintainers = ["Paul Horton <phorton@sonatype.com>"]
Expand Down

0 comments on commit b569548

Please sign in to comment.