Skip to content

Commit d4007bd

Browse files
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 1ac31f4 commit d4007bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.1.0 (2022-01-13)
6+
### Feature
7+
* Add support for `bom.metadata.component` ([#118](https://github.com/CycloneDX/cyclonedx-python-lib/issues/118)) ([`1ac31f4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/1ac31f4cb14b6c466e092ff38ee2aa472c883c5d))
8+
59
## v1.0.0 (2022-01-13)
610

711
Support for CycloneDX schema version 1.4 (#108)

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 = "1.0.0"
3+
version = "1.1.0"
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)