Skip to content

Commit dec63de

Browse files
committedJan 19, 2022
1.1.1
Automatically generated by python-semantic-release
1 parent 18ec498 commit dec63de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v1.1.1 (2022-01-19)
6+
### Fix
7+
* Bump dependencies ([#136](https://github.com/CycloneDX/cyclonedx-python-lib/issues/136)) ([`18ec498`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/18ec4987f6aa4a259d30000a19aa6ee1d49681d1))
8+
59
## v1.1.0 (2022-01-13)
610
### Feature
711
* 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))

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cyclonedx-python-lib"
3-
version = "1.1.0"
3+
version = "1.1.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)
Please sign in to comment.