From f680a9a0d1b56f14c416f45877207ab1838f1c1c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 3 Nov 2023 13:07:02 +0000 Subject: [PATCH] 3.11.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d46c7a..bb16b10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.11.7 (2023-11-03) + +### Fix + +* Toml-compatible fingers-crossed handling for failed input data decoding ([#613](https://github.com/CycloneDX/cyclonedx-python/issues/613)) ([`fb3d7bf`](https://github.com/CycloneDX/cyclonedx-python/commit/fb3d7bfd1216ad8b5328a1d348fea04fee31d3a4)) + ## v3.11.6 (2023-11-03) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e18fe3be..ba41af84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-bom" -version = "3.11.6" +version = "3.11.7" description = "CycloneDX Software Bill of Materials (SBOM) generation utility" authors = [ "Steven Springett ",