diff --git a/CHANGELOG.md b/CHANGELOG.md index 850aa41..ce0d01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Help message +- Changed click to cloup + ## [1.0.9] - 2024-06-18 ### Fixed diff --git a/changelog.lock b/changelog.lock index 3a7fc71..7774869 100644 --- a/changelog.lock +++ b/changelog.lock @@ -2,7 +2,16 @@ "repository": "https://github.com/sauljabin/changeloggh", "versions": [ { - "version": "Unreleased" + "version": "Unreleased", + "changes": [ + { + "type": "Changed", + "entries": [ + "Help message", + "Changed click to cloup" + ] + } + ] }, { "version": "1.0.9",