diff --git a/CHANGELOG.md b/CHANGELOG.md index 985bcaa..9acc6bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2](https://github.com/liamwh/HyprFocus/compare/v1.1.1...v1.1.2) - 2024-09-16 + +### Other + +- update Cargo.lock dependencies + ## [1.1.1](https://github.com/liamwh/HyprFocus/compare/v1.1.0...v1.1.1) - 2024-08-28 ### Other diff --git a/Cargo.lock b/Cargo.lock index 72d7b21..2d5c632 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hyprfocus" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 16dcb10..9e91dcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyprfocus" -version = "1.1.1" +version = "1.1.2" edition = "2021" license = "MIT OR Apache-2.0" description = "Open or focus your apps instantly"