diff --git a/CHANGELOG b/CHANGELOG index ba0db465..3c15bf86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,15 @@ # Changelog +## [0.18.1] - 2023-12-05 +### Breaking changes + + - N/A + +### New features + - N/A + +### Bug fixes + - Fix crash on RuleFlag of `attempt to subtract with overflow`. (ece8735) + ## [0.18.0] - 2023-12-05 ### Breaking changes diff --git a/Cargo.toml b/Cargo.toml index 66d23fab..c23c2f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Corentin Henry "] name = "netlink-packet-route" -version = "0.18.0" +version = "0.18.1" edition = "2021" homepage = "https://github.com/rust-netlink/netlink-packet-route"