Skip to content

Commit 3a284a1

Browse files
committed
Clean up changelog
Everything in the previous "Unreleased" section was actually released in v1.1.0, so I merged its contents with the 1.1.0 section and added a new Unreleased section at the top for future changes.
1 parent 2f57fd9 commit 3a284a1

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,39 @@ All notable changes to the MCP Send Email project will be documented in this fil
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
810
## [1.1.0] - 2025-07-08
911

1012
### Added
13+
1114
- List audiences tool for Resend
1215
- Removed React Email dependencies since it's not used in the project
1316
- Updated Resend to latest version
1417
- Add biome for formatting
15-
16-
## [Unreleased]
17-
18-
- Improved instructions in README
19-
- Removed test email address from example email.md
20-
21-
### Added
2218
- CC and BCC support for email recipients
2319
- Full request/response logging for improved debugging
2420
- New "Features" section in README documentation
2521
- Usage examples for CC/BCC in email.md
2622

2723
### Fixed
24+
2825
- Sender email handling with Resend's API
2926
- Type definitions for email request object
3027

3128
### Changed
29+
30+
- Improved instructions in README
31+
- Removed test email address from example email.md
3232
- Enhanced console logging for easier troubleshooting
3333
- Updated documentation with Resend's email verification requirements
3434

3535
## [1.0.0] - 2025-02-24
36+
3637
### Added
38+
3739
- Initial release
3840
- Basic email sending functionality
3941
- HTML email support
4042
- Email scheduling capability
41-
- Reply-to addressing
43+
- Reply-to addressing

0 commit comments

Comments
 (0)