diff --git a/CHANGELOG.md b/CHANGELOG.md index cd681ec..f9ecbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## 1.2.0 + - Implement `Hash` for `ParseError`. -- Add `CursorIcon::DndAsk` and `CursorIcon::AllResize` from the wayland-protocols version 1.42 +- Add `CursorIcon::DndAsk` and `CursorIcon::AllResize` from the wayland-protocols version 1.42. ## 1.1.0 diff --git a/Cargo.toml b/Cargo.toml index ab70bdc..7ed8826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cursor-icon" -version = "1.1.0" +version = "1.2.0" authors = ["Kirill Chibisov "] description = "Cross platform cursor icon type" repository = "https://github.com/rust-windowing/cursor-icon"