diff --git a/cargo-cyclonedx/CHANGELOG.md b/cargo-cyclonedx/CHANGELOG.md index 19768406..2f5bd805 100644 --- a/cargo-cyclonedx/CHANGELOG.md +++ b/cargo-cyclonedx/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.5.4 - 2024-07-17 + +### Fixed + + - Fixed PURLs being percent-encoded incorrectly when using the `purl` crate v0.1.3 or later ([#746]) + ## 0.5.3 - 2024-06-04 ### Added @@ -124,3 +130,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#722]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/722 [#724]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/724 [#727]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/727 +[#746]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/746