diff --git a/CHANGELOG.md b/CHANGELOG.md index 4255647..262b256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.3](https://github.com/SecurityRonin/useract-forensic/compare/useract-forensic-v0.4.2...useract-forensic-v0.4.3) - 2026-08-08 + +### Fixed + +- *(supply-chain)* vet records for the versions the MSRV pin resolves + ## [0.4.2](https://github.com/SecurityRonin/useract-forensic/compare/useract-forensic-v0.4.1...useract-forensic-v0.4.2) - 2026-08-05 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 3e53766..2018bb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -423,7 +423,7 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "useract-forensic" -version = "0.4.2" +version = "0.4.3" dependencies = [ "chrono", "forensicnomicon", diff --git a/Cargo.toml b/Cargo.toml index 418181b..c1a6f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "useract-forensic" -version = "0.4.2" +version = "0.4.3" edition = "2021" rust-version = "1.81" license = "Apache-2.0"