Removed - Removed the `--apply` and `--no-apply` flags from the `add`, `release` and `github-release` command.
Changed - Improved user interaction for the `add` command
Added - The `github-release` command now supports the `--draft/--release` flags to indicate the GitHub release status
2.0.0
Fixed - Releasing a Changelog containing no previously released version will now result in version `0.0.1` to be released
Removed - Removed the `keepachangelog-draft-release`, `keepachangelog-release` and `keepachangelog-validate` actions as these have only been intended for internal use.
1.0.3
Fixed - The option `--override-version` accepts versions prefixed with v`
1.0.2
Changed - GitHub Releases and associated tags are now both prefixed with `v` (i.e. `v1.0.0` iso `1.0.0`)
1.0.1
Changed - Updated README.md to be compatible with PyPi
1.0.0
Added - Add support Python for older versions (`>=3.7`) - Command Line Interface allowing users to add and release changes - Users can now create an empty `CHANGELOG.md` using the `create` command - Support for GitHub style error messages - Added `validate` command to verify CHANGELOG.md consistency - Support for creating (Draft) releases on GitHub using the `github-release` command - Workflow to update the draft release notes when new changes are pushed to \`main\`