diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5db54..fb6fd99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.7.1 + +- Don't panic on display disconnect + ## 0.7.0 -- 2023-10-10 - Update SCTK to 0.18 diff --git a/Cargo.toml b/Cargo.toml index ee025b8..6c450f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.7.0" +version = "0.7.1" authors = ["Kirill Chibisov ", "Victor Berger "] edition = "2021" description = "Provides access to the wayland clipboard for client applications."