diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c83a5..3d85199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.3.3 -- 2019-06-14 + +- Update nix version to 0.14.1 + ## 0.3.2 -- 2019-06-13 - Update smithay-client-toolkit version to 0.6.1 diff --git a/Cargo.toml b/Cargo.toml index 4512a7f..b30e451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.3.2" +version = "0.3.3" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."