diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1e98a06..9699dd899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.19.1 - 2024-06-04 + +#### Additions + +- `clone` derive for `CompositorState` + ## 0.19.0 - 2024-05-31 #### Breaking Changes diff --git a/Cargo.toml b/Cargo.toml index 63851de71..443636e3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-client-toolkit" -version = "0.19.0" +version = "0.19.1" authors = ["Elinor Berger ", "i509VCB ", "Ashley Wulber "] documentation = "https://smithay.github.io/client-toolkit" repository = "https://github.com/smithay/client-toolkit"