diff --git a/CHANGELOG.md b/CHANGELOG.md index b8635949..72cb0f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0] - 2024-03-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5dec49e3..b3196e5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2282,7 +2282,7 @@ dependencies = [ [[package]] name = "ncspot" -version = "1.0.0" +version = "1.1.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7e100aac..d3b1f1ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "BSD-2-Clause" name = "ncspot" readme = "README.md" repository = "https://github.com/hrkfdn/ncspot" -version = "1.0.0" +version = "1.1.0" [badges] maintenance = {status = "actively-developed"}