diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df561b..3e56e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 3.3.1 + +- Bump `windows-sys` to v0.52.0. (#169) + # Version 3.3.0 - Automatically restarts polling when `ErrorKind::Interrupted` is returned, rather than relying on the user to handle it. (#164) diff --git a/Cargo.toml b/Cargo.toml index 2c0a1f7..3310830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "polling" # When publishing a new version: # - Update CHANGELOG.md # - Create "v3.x.y" git tag -version = "3.3.0" +version = "3.3.1" authors = ["Stjepan Glavina ", "John Nunley "] edition = "2021" rust-version = "1.63"