v1.1.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
v1.1.0 - 2024-10-21
Added
- Auto-generated entries when using Conventional Commits
Changed
- Update Maven dependencies
v1.0.1 - 2024-10-01
Changed
- Update Maven dependencies
v1.0.0 - 2024-09-10
Added
- Initial release of the Java Keep-A-Changelog Updater.
- Automatic updating of CHANGELOG.md based on commit messages.
- Command-line interface (CLI) for easy integration into CI/CD pipelines.
- Ability to filter commits by type (e.g., feature, bugfix) and scope.
- Detailed usage documentation and example configurations.
- Support for semantic versioning.