diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d7261..e7121e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.2 -- 2020-12-17 + - Segfault when dropping clipboard in multithreaded context while main queue is still running ## 0.6.1 -- 2020-10-13 diff --git a/Cargo.toml b/Cargo.toml index 2900e31..2142f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.1" +version = "0.6.2" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."