From 00abffbf29a826c1acb0571255d68f9b400bc1ea Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 24 Jan 2022 15:43:20 +0000 Subject: [PATCH] 1.4.1 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 fc7a065..20f5208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.4.1 (2022-01-24) +### Fix +* `bom-ref` will always now be populated for Component and Vulnerability - bump of `cyclonedx-python-lib` solves this ([#92](https://github.com/sonatype-nexus-community/jake/issues/92)) ([`df2aad2`](https://github.com/sonatype-nexus-community/jake/commit/df2aad2fa23548e98d2857e2f038e4850067f9b6)) + ## v1.4.0 (2022-01-13) ### Feature * Support CycloneDX 1.4 ([#87](https://github.com/sonatype-nexus-community/jake/issues/87)) ([`20c62fc`](https://github.com/sonatype-nexus-community/jake/commit/20c62fcb70d1245e5c31df56ad3d71bc9e7fe0d0)) diff --git a/pyproject.toml b/pyproject.toml index 99e9775..fa32f0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jake" -version = "1.4.0" +version = "1.4.1" description = "An OSS Index integration to check for vulnerabilities in your Python environments" authors = ["Sonatype Community "] maintainers = ["Sonatype Community "]