diff --git a/CHANGELOG.md b/CHANGELOG.md index 7331cdd..35bf823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.1 -- 2020-10-13 + - Crash when failing to write to a clipboard ## 0.6.0 -- 2020-10-03 diff --git a/Cargo.toml b/Cargo.toml index fe74e59..2900e31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.0" +version = "0.6.1" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."