diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ad7a9..537c88c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.4.0 -- 2020-03-09 + - Fix crash when receiving non-utf8 data - **Breaking** `load` and `load_primary` now return `Result` to indicate errors - Fix clipboard dying after TTY switch diff --git a/Cargo.toml b/Cargo.toml index 22373b1..7db9c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "smithay-clipboard" -version = "0.3.7" -authors = ["Lucas Timmins "] +version = "0.4.0" +authors = ["Lucas Timmins ", "Victor Berger "] edition = "2018" description = "Provides access to the wayland clipboard for client applications." repository = "https://github.com/smithay/smithay-clipboard"