diff --git a/CHANGELOG.md b/CHANGELOG.md index c09d842..93722d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased - 2023-XX-YY +## [0.4.6] - 2024-01-08 + +- Fix keypress issues on windows (https://github.com/kdash-rs/kdash/issues/390) +- Upgrade libraries ## [0.4.5] - 2024-01-05 diff --git a/Cargo.lock b/Cargo.lock index 191b214..e9603b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,7 +891,7 @@ dependencies = [ [[package]] name = "kdash" -version = "0.4.5" +version = "0.4.6" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 4399c5d..4c00b61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kdash" -version = "0.4.5" +version = "0.4.6" authors = ["Deepu K Sasidharan "] description = """ A fast and simple dashboard for Kubernetes