diff --git a/CHANGELOG.md b/CHANGELOG.md index 59bc5dd..c6a25ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.6.4 -- 2021-06-25 + +- Update SCTK to 0.14, significantly reducing the depdendency tree + ## 0.6.3 -- 2021-02-04 - Consecutive clipboard stores dropped until the application is refocused diff --git a/Cargo.toml b/Cargo.toml index cd9ea93..b42c950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.3" +version = "0.6.4" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."