diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbb325..0986a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.5.2] — UNRELEASED + +Version sync with the workspace; inherits libfreemkv 1.5.2 (CSS DVD descramble +fix). No source change in this crate. + ## [1.4.5] — 2026-07-18 Version sync; inherits libfreemkv 1.4.5. `KeySource` split into `get_unit_keys` + diff --git a/Cargo.toml b/Cargo.toml index 3e42a2d..f5bdb7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freemkv-keysources" -version = "1.5.1" +version = "1.5.2" edition = "2024" rust-version = "1.86" license = "MIT"