diff --git a/CHANGELOG.md b/CHANGELOG.md index 3961a20..a19e116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.5 -- 2021-10-31 + - Update SCTK to 0.15, updating wayland-rs to `0.29` ## 0.6.4 -- 2021-06-25 diff --git a/Cargo.toml b/Cargo.toml index 8dc11f3..bc746c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.4" +version = "0.6.5" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."