diff --git a/CHANGELOG.md b/CHANGELOG.md index 92019d9..deefb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.3.1 + +- On Windows, call `WSAStartup` before any raw socket functions. (#183) + # Version 2.3.0 - Add `Waitable`, which allows waiting for waitable handles on diff --git a/Cargo.toml b/Cargo.toml index d970e68..9c07ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-io" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.3.0" +version = "2.3.1" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.63"