diff --git a/CHANGELOG.md b/CHANGELOG.md index a692515..117a540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased -- Bump MSRV from `1.64` to `1.65`. - -### Added +## 1.1.0 -- Access to alternative names for cursor icons through the `CursorIcon::alt_names` method. +- Bump MSRV from `1.64` to `1.65`. +- Add access to alternative names for cursor icons through the `CursorIcon::alt_names` method. diff --git a/Cargo.toml b/Cargo.toml index 679f67d..ab70bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cursor-icon" -version = "1.0.0" +version = "1.1.0" authors = ["Kirill Chibisov "] description = "Cross platform cursor icon type" repository = "https://github.com/rust-windowing/cursor-icon"