Skip to content

Commit

Permalink
chore: release v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Sep 9, 2024
1 parent 87441ae commit b8204ad
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -8,7 +37,7 @@

### ❤️ Contributors

- Ville Häkli <[email protected]>
- [Ville Häkli](https://github.com/VilleHakli)

## v3.6.1

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>3.7.0</Version>
<Version>3.8.0</Version>


<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit b8204ad

Please sign in to comment.