CHANGELOG Generator
Free online CHANGELOG generator. Visually edit release notes with semantic versioning. Supports multiple change categories (Added, Changed, Fixed, Removed). Generates Keep a Changelog format.
🔒 100% Client-SideHow to Use CHANGELOG Generator
- Fill in or select configuration options
- Click "Generate" to preview
- Copy the result or download the file
Frequently Asked Questions
What is a CHANGELOG?
A CHANGELOG is a reverse-chronological record of version changes. Following the Keep a Changelog convention, it categorizes changes as Added, Changed, Deprecated, Removed, Fixed, or Security for each version.
What is Semantic Versioning (SemVer)?
SemVer uses MAJOR.MINOR.PATCH format. MAJOR for incompatible API changes, MINOR for backward-compatible features, PATCH for backward-compatible fixes. The CHANGELOG should align with SemVer perfectly.
Should every release update the CHANGELOG?
Yes. Every new version should update the CHANGELOG with version number, release date, and changes. It's best to record changes as you develop rather than trying to remember everything at release time.