From b8204ad27b6bf878e02366a66e590d4f858b0216 Mon Sep 17 00:00:00 2001 From: John Campion Date: Mon, 9 Sep 2024 08:14:04 -0400 Subject: [PATCH] chore: release v3.8.0 --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- src/Directory.Build.props | 2 +- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 040fe48..dc530be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## v3.8.0 + +[compare changes](https://github.com/jcamp-code/FluentEmail/compare/v3.7.0...v3.8.0) + +### 🚀 Enhancements + +- Update Mailkit to 4.7 and upgrade vulnerable components +- Mailtrap support send with template method + +### 🩹 Fixes +- Update Mailkit to 4.7 and upgrade vulnerable components +- Bind MailgunSender to ISender in singleton scope +- Plaintext parameter to always include plaintext ([4a38382](https://github.com/jcamp-code/FluentEmail/commit/4a38382)) +- Remove prerelease from azure sender ([90cac43](https://github.com/jcamp-code/FluentEmail/commit/90cac43)) +- Email.AttachFromFilename does not dispose stream ([87441ae](https://github.com/jcamp-code/FluentEmail/commit/87441ae)) + +### 🏡 Chore +- Updated FluentEmail.MailerSend package reference in Readme +- Tidy code ([8a24d6d](https://github.com/jcamp-code/FluentEmail/commit/8a24d6d)) + +### ❤️ Contributors + +- [neo.zhu](https://github.com/neozhu) +- [Aaron Sherber](https://github.com/asherber) +- [Mark Menchavez](https://github.com/MarkMenchavez) +- [marcoatribeiro](https://github.com/marcoatribeiro) +- [brnn8r](https://github.com/brnn8r) +- + ## v3.7.0 ### 🚀 Enhancements @@ -8,7 +37,7 @@ ### ❤️ Contributors -- Ville Häkli +- [Ville Häkli](https://github.com/VilleHakli) ## v3.6.1 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index b436239..3377608 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -11,7 +11,7 @@ true README.md MIT - 3.7.0 + 3.8.0 true