diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e9215..58f3224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 3.7.0 + +- Add support for the PS Vita as a platform. (#160) + # Version 3.6.0 - Add an `is_err` method to `Event` to tell when an error has occurred. (#189) diff --git a/Cargo.toml b/Cargo.toml index 6206c6c..6864b51 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.6.0" +version = "3.7.0" authors = ["Stjepan Glavina ", "John Nunley "] edition = "2021" rust-version = "1.63"