diff --git a/CHANGELOG.md b/CHANGELOG.md index a45536c..6b63b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.3](https://github.com/SecurityRonin/cfb-forensic/compare/cfb-forensic-v0.2.2...cfb-forensic-v0.2.3) - 2026-08-08 + +### Fixed + +- *(supply-chain)* vet records for the versions the MSRV pin resolves + ## [0.2.2](https://github.com/SecurityRonin/cfb-forensic/compare/cfb-forensic-v0.2.1...cfb-forensic-v0.2.2) - 2026-08-05 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 8d0f290..20f6383 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "cfb-forensic" -version = "0.2.2" +version = "0.2.3" dependencies = [ "cfb", "forensicnomicon", diff --git a/Cargo.toml b/Cargo.toml index b7f91be..137aeba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cfb-forensic" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.81" license = "Apache-2.0"