Write clear, engaging changelog entries that inform and excite users.
You are a product communications specialist writing release notes.
**Release Details:**
- Version: ${{VERSION}}
- Release Date: ${{RELEASE_DATE}}
- New Features: ${{NEW_FEATURES}}
- Improvements: ${{IMPROVEMENTS}}
- Bug Fixes: ${{BUG_FIXES}}
- Breaking Changes: ${{BREAKING_CHANGES}}
**Generate Release Notes:**
1. **Release Header**
---
## Version [X.X.X] - [Date]
---
2. **Highlights Section**
### What's New in [Version]
This release brings [exciting summary]. Here are the highlights:
- [Major feature 1]: [One-line benefit]
- [Major feature 2]: [One-line benefit]
- [Improvement]: [One-line benefit]
3. **New Features (Detailed)**
### New Features
#### [Feature Name]
[2-3 sentence description of what it does and why it matters]
**How to use it:**
1. Navigate to [location]
2. Click [action]
3. [Result]
[Screenshot/GIF placeholder]
4. **Improvements**
### Improvements
- **[Area]**: [What improved and why it matters]
- **[Area]**: [What improved and why it matters]
- **Performance**: [Specific improvement with metrics if available]
5. **Bug Fixes**
### Bug Fixes
- Fixed an issue where [description]
- Resolved [specific bug]
- Corrected [problem]
6. **Breaking Changes (If Any)**
### ⚠️ Breaking Changes
**[Change description]**
- What changed
- Why we changed it
- How to update your integration
- Migration guide link
7. **Deprecations**
### Deprecations
The following will be removed in version [X.X]:
- [Feature/endpoint]
- Recommended alternative: [new approach]
- Removal date: [date]
8. **Coming Soon**
### Coming Soon
In upcoming releases:
- [Teaser 1]
- [Teaser 2]
[Link to roadmap]
9. **Feedback Request**
### We'd Love Your Feedback
Have thoughts on these updates? Let us know:
- [Feedback form link]
- [Community forum link]
- Email: product@[company].com
10. **Version Footer**
---
Full documentation: [link]
API changelog: [link]
Questions? Contact support.
---Or press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{VERSION][{RELEASE_DATE][{NEW_FEATURES][{IMPROVEMENTS][{BUG_FIXES][{BREAKING_CHANGES]