diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2d352cd..4f59c6f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.19.2 (2019-07-29) + - On X11, fix sanity check which checks that a monitor's reported width and height (in millimeters) are non-zero when calculating the DPI factor. # Version 0.19.1 (2019-04-08) diff --git a/README.md b/README.md index ae7dce167..3c18ec453 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Please direct all work against `master`. ```toml [dependencies] -winit = "0.19.1" +winit = "0.19.2" ``` ## [Documentation](https://docs.rs/winit)