diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c934e..ddb8262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.3.0 -- 2019-06-07 + +- Add support for primary selection through `store_primary()` and `load_primary()` + ## 0.2.1 -- 2019-04-27 - Remove dbg! macro from code diff --git a/Cargo.toml b/Cargo.toml index f82fa08..ea9f417 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.2.1" +version = "0.3.0" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."