diff --git a/CHANGELOG.md b/CHANGELOG.md index c97b0ac..3684380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.7 -- 2020-02-27 + - Only bind seat with version up to 6, as version 7 is not yet supported by SCTK for loading keymaps diff --git a/Cargo.toml b/Cargo.toml index ddb5c18..22373b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.3.6" +version = "0.3.7" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."