diff --git a/CHANGELOG b/CHANGELOG index b475a74..30b5d9a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,14 @@ # Changelog +## [0.11.5] - 2025-01-26 +### Breaking changes + - N/A + +### New features + - N/A + +### Bug fixes + - Set minimum supported rust version to 1.75 (880aff7) + ## [0.11.4] - 2025-01-21 ### Breaking changes - N/A diff --git a/Cargo.toml b/Cargo.toml index c365e14..70bd945 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Corentin Henry "] name = "netlink-proto" -version = "0.11.4" +version = "0.11.5" edition = "2018" rust-version = "1.75"