Skip to content

Commit b8204ad

Browse files
author
John Campion
committed
chore: release v3.8.0
1 parent 87441ae commit b8204ad

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## v3.8.0
4+
5+
[compare changes](https://github.com/jcamp-code/FluentEmail/compare/v3.7.0...v3.8.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Update Mailkit to 4.7 and upgrade vulnerable components
10+
- Mailtrap support send with template method
11+
12+
### 🩹 Fixes
13+
- Update Mailkit to 4.7 and upgrade vulnerable components
14+
- Bind MailgunSender to ISender in singleton scope
15+
- Plaintext parameter to always include plaintext ([4a38382](https://github.com/jcamp-code/FluentEmail/commit/4a38382))
16+
- Remove prerelease from azure sender ([90cac43](https://github.com/jcamp-code/FluentEmail/commit/90cac43))
17+
- Email.AttachFromFilename does not dispose stream ([87441ae](https://github.com/jcamp-code/FluentEmail/commit/87441ae))
18+
19+
### 🏡 Chore
20+
- Updated FluentEmail.MailerSend package reference in Readme
21+
- Tidy code ([8a24d6d](https://github.com/jcamp-code/FluentEmail/commit/8a24d6d))
22+
23+
### ❤️ Contributors
24+
25+
- [neo.zhu](https://github.com/neozhu)
26+
- [Aaron Sherber](https://github.com/asherber)
27+
- [Mark Menchavez](https://github.com/MarkMenchavez)
28+
- [marcoatribeiro](https://github.com/marcoatribeiro)
29+
- [brnn8r](https://github.com/brnn8r)
30+
-
31+
332
## v3.7.0
433

534
### 🚀 Enhancements
@@ -8,7 +37,7 @@
837

938
### ❤️ Contributors
1039

11-
- Ville Häkli <ville.hakli@iki.fi>
40+
- [Ville Häkli](https://github.com/VilleHakli)
1241

1342
## v3.6.1
1443

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14-
<Version>3.7.0</Version>
14+
<Version>3.8.0</Version>
1515

1616

1717
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)