diff --git a/CHANGELOG.md b/CHANGELOG.md index 8895fd1..11040e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,12 @@ Line wrap the file at 100 chars. Th ## [Unreleased] -- Fix `std::net::SocketAddr` conversion to `libc::sockaddr` + +## [0.6.1] - 2024-08-21 +### Fixed +- Fix `std::net::SocketAddr` conversion to `libc::sockaddr`. This makes `SCNetworkReachability` + reachability check work for other addresses than only `0.0.0.0:0`. + ## [0.6.0] - 2024-01-31 ### Changed diff --git a/system-configuration/Cargo.toml b/system-configuration/Cargo.toml index 92cc051..d5ed135 100644 --- a/system-configuration/Cargo.toml +++ b/system-configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system-configuration" -version = "0.6.0" +version = "0.6.1" authors = ["Mullvad VPN"] description = "Bindings to SystemConfiguration framework for macOS" keywords = ["macos", "system", "configuration", "bindings"]