diff --git a/CHANGELOG b/CHANGELOG index 855b057..391ee76 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,14 @@ # Changelog +## [0.11.1] - 2023-01-28 +### Breaking changes + - N/A + +### New features + - N/A + +### Bug fixes + - Cosmetic release to update crates.io. + ## [0.11.0] - 2023-01-28 ### Breaking changes - Remove `netlink_proto::packet`, please use netlink_packet_core (4fa7411) diff --git a/Cargo.toml b/Cargo.toml index 0ba2178..f1d7867 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Corentin Henry "] name = "netlink-proto" -version = "0.11.0" +version = "0.11.1" edition = "2018" homepage = "https://github.com/rust-netlink/netlink-proto"