diff --git a/CHANGELOG.md b/CHANGELOG.md index 68aa8113..a82448c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.17.2 (2018-08-19) + - On macOS, fix `` so applications receive the event. - On macOS, fix `` so applications receive the event. - On Wayland, key press events will now be repeated. diff --git a/Cargo.toml b/Cargo.toml index 66d4a57b..cf99cf05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.17.1" +version = "0.17.2" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"]