diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa0f41..07fec6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Released YYYY-MM-DD. ### Changed -* Updated to `libFuzzer` commit `a47b42eb9f9b` (`release/22.x`). +* TODO (or remove section if none) ### Deprecated @@ -28,6 +28,16 @@ Released YYYY-MM-DD. -------------------------------------------------------------------------------- +## 0.4.11 + +Released 2026-02-10. + +### Changed + +* Updated to `libFuzzer` commit `a47b42eb9f9b` (`release/22.x`). + +-------------------------------------------------------------------------------- + ## 0.4.10 Released 2025-07-03. diff --git a/Cargo.toml b/Cargo.toml index ed6fe42..c092cb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "(MIT OR Apache-2.0) AND NCSA" name = "libfuzzer-sys" readme = "./README.md" repository = "https://github.com/rust-fuzz/libfuzzer" -version = "0.4.10" +version = "0.4.11" exclude = [ ".github", "ci",