diff --git a/CHANGELOG.md b/CHANGELOG.md index 8505a7aad..b12ecd456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.16.0 - 2022-06-18 + #### Breaking changes - `calloop` is updated to version 0.10, and the keyboard handling API is slightly changed as a result. diff --git a/Cargo.toml b/Cargo.toml index 7c52a9abd..00ebbc889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-client-toolkit" -version = "0.15.4" +version = "0.16.0" authors = ["Victor Berger "] documentation = "https://smithay.github.io/client-toolkit" repository = "https://github.com/smithay/client-toolkit" @@ -31,4 +31,4 @@ dlopen = ["wayland-client/dlopen"] pkg-config = "0.3" [dev-dependencies] -image = "0.24" \ No newline at end of file +image = "0.24"