Create professional changelogs following Keep a Changelog format
Generate a CHANGELOG entry for the following release:
**Version:** {{VERSION}}
**Release Date:** {{RELEASE_DATE}}
**Project Name:** {{PROJECT_NAME}}
**Changes Made:**
{{CHANGES_LIST}}
Create a changelog entry following the Keep a Changelog format (https://keepachangelog.com):
### [{{VERSION}}] - {{RELEASE_DATE}}
Categorize all changes into these sections (only include sections that have changes):
#### Added
- New features and capabilities
#### Changed
- Changes in existing functionality
#### Deprecated
- Features that will be removed in upcoming releases
#### Removed
- Features removed in this release
#### Fixed
- Bug fixes
#### Security
- Security vulnerability fixes
Guidelines:
- Start each item with a verb (Add, Change, Fix, Remove, etc.)
- Be concise but descriptive
- Link to issues/PRs where applicable using [#123] format
- Group related changes together
- Order by importance within each section
- Use consistent formatting
Also generate a brief release summary (2-3 sentences) suitable for release notes or announcements.Or press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{VERSION][{RELEASE_DATE][{PROJECT_NAME][{CHANGES_LIST]