diff --git a/CHANGELOG.md b/CHANGELOG.md index 0caedf3..bceb558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4](https://github.com/shuoli84/tui-menu/compare/v0.2.3...v0.2.4) - 2024-08-26 + +### Other +- *(deps)* update ratatui requirement from 0.27.0 to 0.28.0 ([#19](https://github.com/shuoli84/tui-menu/pull/19)) + ## [0.2.3](https://github.com/shuoli84/tui-menu/compare/v0.2.2...v0.2.3) - 2024-08-06 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 00ef3d0..fb63cbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-menu" -version = "0.2.3" +version = "0.2.4" edition = "2021" description = "A menu widget for Ratatui" license = "MIT OR Apache-2.0"