diff --git a/CHANGELOG.md b/CHANGELOG.md index 7469c55..80c83a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.3.2 -- 2019-06-13 + +- Update smithay-client-toolkit version to 0.6.1 + ## 0.3.1 -- 2019-06-08 - Fix primary clipboard storing diff --git a/Cargo.toml b/Cargo.toml index 3d25ab9..1160242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.3.1" +version = "0.3.2" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."