diff --git a/CHANGELOG.md b/CHANGELOG.md index 8755ca1..04127fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.5 -- 2019-09-3 + - Fix primary selection storing, when releasing button outside of the surface ## 0.3.4 -- 2019-08-14 diff --git a/Cargo.toml b/Cargo.toml index 32a2db8..d148eaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.3.4" +version = "0.3.5" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."