diff --git a/CHANGELOG.md b/CHANGELOG.md index 3759e6d..f7365ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.4 -- 2019-08-14 + - Add fallback to gtk primary selection, when zwp primary selection is not available ## 0.3.3 -- 2019-06-14 diff --git a/Cargo.toml b/Cargo.toml index b30e451..32a2db8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.3.3" +version = "0.3.4" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."