diff --git a/CHANGELOG.md b/CHANGELOG.md index 083bbda..6d3b7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.6] - 2024-03-26 + +### ⚙️ Miscellaneous Tasks + +- *(mergify)* Add mergify config for automatic merges + ## [0.1.5] - 2023-08-09 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 19f144d..5bc0078 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1148,7 +1148,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "runst" -version = "0.1.5" +version = "0.1.6" dependencies = [ "cairo-rs", "colorsys", diff --git a/Cargo.toml b/Cargo.toml index d5a0874..b0c60a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runst" -version = "0.1.5" # bumped by release.sh +version = "0.1.6" # bumped by release.sh description = "A dead simple notification daemon 🦡" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"