diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f1eb1..a45536c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.2](https://github.com/SecurityRonin/cfb-forensic/compare/cfb-forensic-v0.2.1...cfb-forensic-v0.2.2) - 2026-08-05 + +### Fixed + +- *(supply-chain)* trust our own crates instead of exempting them + ## [0.2.1](https://github.com/SecurityRonin/cfb-forensic/compare/cfb-forensic-v0.2.0...cfb-forensic-v0.2.1) - 2026-07-25 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 424ef6c..cc2d7eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "cfb-forensic" -version = "0.2.1" +version = "0.2.2" dependencies = [ "cfb", "forensicnomicon", diff --git a/Cargo.toml b/Cargo.toml index 062e2b0..b7f91be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cfb-forensic" -version = "0.2.1" +version = "0.2.2" edition = "2021" rust-version = "1.81" license = "Apache-2.0"