diff --git a/CHANGELOG b/CHANGELOG index 5a62bde..91e268c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,15 @@ # Changelog +## [0.8.0] - 2026-08-18 +### Breaking changes + - Use latest rust-netlink crates. (a82a86f) + +### New features + - Add Handle::set_status method. (8ed0e28) + - feat: add set_enabled and set_pid helpers. (705100d) + +### Bug fixes + - N/A + ## [0.7.3] - 2023-07-10 ### Breaking changes - N/A diff --git a/Cargo.toml b/Cargo.toml index 83c4ead..a7f0390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "audit" -version = "0.7.3" +version = "0.8.0" authors = ["Corentin Henry "] edition = "2018" homepage = "https://github.com/rust-netlink/audit"