diff --git a/CHANGELOG.md b/CHANGELOG.md index 9414898..fc4b58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 3.7.4 + +- Add support for visionOS. (#217) +- Fix typos in documentation. (#216) + # Version 3.7.3 - Update to `windows-sys` v0.59. (#214) diff --git a/Cargo.toml b/Cargo.toml index c2b4314..1058ba5 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.7.3" +version = "3.7.4" authors = ["Stjepan Glavina ", "John Nunley "] edition = "2021" rust-version = "1.63"