diff --git a/CHANGELOG.md b/CHANGELOG.md index b90e67c2..1939dd2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.8 + +* Added `Socket::(set_)header_included_v4` and + `Socket::(set_)header_included_v6` + (https://github.com/rust-lang/socket2/pull/518). + # 0.5.7 * Added `Socket::(set_)passcred` diff --git a/Cargo.toml b/Cargo.toml index 8ef85ebc..fbb7fea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socket2" -version = "0.5.7" +version = "0.5.8" authors = [ "Alex Crichton ", "Thomas de Zeeuw "