CHANGELOG.md in dry-cli-1.1.0 vs CHANGELOG.md in dry-cli-1.2.0

- old
+ new

@@ -1,6 +1,17 @@ <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS ---> +## 1.2.0 2024-10-15 + + +### Added + +- Added `:hidden` option to register commands that should not be shown in the help output. (@benoittgt in #137) +- Provide suggestions when there is a typo in a command name. (@benoittgt in #138) + + +[Compare v1.1.0...v1.2.0](https://github.com/dry-rb/dry-cli/compare/v1.1.0...v1.2.0) + ## 1.1.0 2024-07-14 ### Added