diff --git a/CHANGELOG.md b/CHANGELOG.md index 9699dd899..90e4a1777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log -## Unreleased +## 0.19.2 - 2024-07-15 + +#### Fixed + +- Fix crash when compositor sends event to dead `wl_output`. ## 0.19.1 - 2024-06-04 diff --git a/Cargo.toml b/Cargo.toml index 443636e3e..519974d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-client-toolkit" -version = "0.19.1" +version = "0.19.2" authors = ["Elinor Berger ", "i509VCB ", "Ashley Wulber "] documentation = "https://smithay.github.io/client-toolkit" repository = "https://github.com/smithay/client-toolkit"