diff --git a/CHANGELOG.md b/CHANGELOG.md index ffcf309..8affffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.6.2 (2024-05-17) + +* Add OpenHarmony OS support (#164) +* Minor Documentation updates + ## 0.6.1 (2024-04-20) - Add safe constructors for window handles. This may be useful for implementing diff --git a/Cargo.toml b/Cargo.toml index 2f7748c..a14cd1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raw-window-handle" -version = "0.6.1" +version = "0.6.2" authors = ["Osspial "] edition = "2021" description = "Interoperability library for Rust Windowing applications."