diff --git a/CHANGELOG.md b/CHANGELOG.md index 1759f59..bd5db54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 0.7.0 -- 2023-10-10 - Update SCTK to 0.18 - Fix active polling of the clipboard each 50ms diff --git a/Cargo.toml b/Cargo.toml index be8dd60..ee025b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.6" +version = "0.7.0" authors = ["Kirill Chibisov ", "Victor Berger "] edition = "2021" description = "Provides access to the wayland clipboard for client applications."