diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e2191..1571e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.3](https://github.com/jdx/demand/compare/v2.0.2...v2.0.3) - 2026-05-18 + +### Fixed + +- Enter in filtering mode now confirms selection in MultiSelect ([#165](https://github.com/jdx/demand/pull/165)) + ## [2.0.2](https://github.com/jdx/demand/compare/v2.0.1...v2.0.2) - 2026-05-17 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 3beb11a..4595d5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demand" -version = "2.0.2" +version = "2.0.3" edition = "2024" description = "A CLI prompt library" license = "MIT"