diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be84bb0..6e93e74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.5.1 (2022-06-10) +### Fix +* Add missing `Vulnerability` comparator for sorting ([#246](https://github.com/CycloneDX/cyclonedx-python-lib/issues/246)) ([`c3f3d0d`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/c3f3d0d105f0dcf991175040b6d6c2b6e7e25d8f)) + ## v2.5.0 (2022-06-10) ### Feature * Use `SortedSet` in model to improve reproducibility - this will provide predictable ordering of various items in generated CycloneDX documents - thanks to @RodneyRichardson ([`8a1c404`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/8a1c4043f502292b32c4ab36a8618cf3f67ac8df)) diff --git a/pyproject.toml b/pyproject.toml index aa1262fb..d7cc9af7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclonedx-python-lib" -version = "2.5.0" +version = "2.5.1" description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files." authors = ["Paul Horton "] maintainers = ["Paul Horton "]