diff --git a/CHANGELOG b/CHANGELOG index 72014df..f07e2e7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,14 @@ # Changelog +## [0.8.1] - 2025-09-18 +### Breaking changes + - N/A + +### New features + - N/A + +### Bug fixes + - Revert back to paste dependency. (4447216) + ## [0.8.0] - 2025-08-27 ### Breaking changes - Changed `DecodeError` from enum to struct. (f55d7b7, 63da36a) diff --git a/Cargo.toml b/Cargo.toml index 1fc3505..2a24315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Corentin Henry "] name = "netlink-packet-core" -version = "0.8.0" +version = "0.8.1" edition = "2021" homepage = "https://github.com/rust-netlink/netlink-packet-core"