From ddea61e60ccef20a1b3237af4f30340d1d76bc26 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Sep 2022 14:32:26 +0000 Subject: [PATCH] 3.6.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de03b84a..1d313ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v3.6.3 (2022-09-19) +### Fix +* CI release pipeline ([`99ccdc6`](https://github.com/CycloneDX/cyclonedx-python/commit/99ccdc671f5a7a941f31199813bce71405bbfdd8)) + ## v3.6.2 (2022-09-19) ### Fix * CI release pipeline ([`6515071`](https://github.com/CycloneDX/cyclonedx-python/commit/6515071fc95d2b460577d0fbceb7d6c34a18c508)) diff --git a/pyproject.toml b/pyproject.toml index f2bb8f17..df54ffdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-bom" -version = "3.6.2" +version = "3.6.3" description = "CycloneDX Software Bill of Materials (SBOM) generation utility" authors = ["Steven Springett ", "Paul Horton "] license = "Apache-2.0"