diff --git a/CHANGELOG.md b/CHANGELOG.md index a803910..6b13465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. + ## [0.8.1] - 2025-02-03 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index fdd5ab2..024fc49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3915,7 +3915,7 @@ dependencies = [ [[package]] name = "kwaak" -version = "0.8.1" +version = "0.8.2" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a16bf07..e581565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kwaak" -version = "0.8.1" +version = "0.8.2" edition = "2021" categories = ["development-tools", "command-line-utilities"] readme = "README.md"