diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c04840..f15bf7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.11.0 -- 2017-10-16 + +- Rework API to not store a state value + ## 0.10.0 -- 2017-10-09 - Update to wayland-client-0.11 diff --git a/Cargo.toml b/Cargo.toml index 0ffda2c..02bb1bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-window" -version = "0.10.0" +version = "0.11.0" authors = ["Victor Berger "] repository = "https://github.com/Smithay/wayland-window" documentation = "https://smithay.github.io/wayland-window/wayland_window/"