diff --git a/CHANGELOG b/CHANGELOG index cf5a819..a26eace 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,14 @@ # Changelog +## [0.2.4] - 2023-07-10 +### Breaking changes + - N/A + +### New features + - N/A + +### Bug fixes + - Use latest rust-netlink crates. (3f7e252) + ## [0.2.3] - 2023-07-10 ### Breaking changes - N/A diff --git a/Cargo.toml b/Cargo.toml index 12bbdbf..ee4b757 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "netlink-packet-wireguard" -version = "0.2.3" +version = "0.2.4" authors = ["Leo ", "Jake McGinty "] -edition = "2018" +edition = "2021" homepage = "https://github.com/rust-netlink/netlink-packet-wireguard" repository = "https://github.com/rust-netlink/netlink-packet-wireguard" keywords = ["wireguard", "netlink", "linux"]