diff --git a/CHANGELOG.md b/CHANGELOG.md index f28ae5a..788c19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +## 1.1.0 2024-07-14 + + +### Added + +- Added `:flag` option type. This acts like a `:boolean` that can only be set to true, so has no `--no-` prefix to disable it. (@Billiam in #117) + + +[Compare v1.0.0...v1.1.0](https://github.com/dry-rb/dry-cli/compare/v1.0.0...v1.1.0) + ## 1.0.0 2022-11-05