diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbce21..1e7638c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.9.0 -- 2017-09-21 + +- Update to wayland-client-0.10 new API + ## 0.8.0 -- 2017-08-07 - Improve `xdg_shell` support for configure events (breaking change of `Handler` API) diff --git a/Cargo.toml b/Cargo.toml index 7370ca4..83aa771 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-window" -version = "0.8.0" +version = "0.9.0" authors = ["Victor Berger "] repository = "https://github.com/Smithay/wayland-window" documentation = "https://smithay.github.io/wayland-window/wayland_window/"