Skip to content

Commit 7aa373b

Browse files
chore(main): release 4.0.0 (#35)
1 parent 307289d commit 7aa373b

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.8.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/jcamp-code/FluentEmail/compare/v3.8.0...v4.0.0) (2025-10-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* changed to .net 8.0, 9.0, 10.0
9+
10+
### ✨ Features
11+
12+
* Added .net9.0 compatibility ([dbb57b4](https://github.com/jcamp-code/FluentEmail/commit/dbb57b4d90365b1f79cb8b1489ab40b7f6240426))
13+
* Adds CheckCertificateRevocation to mailkit smtp options ([fed435e](https://github.com/jcamp-code/FluentEmail/commit/fed435e0abbafcea6f0597b4a17ef834b20e3645)), closes [#27](https://github.com/jcamp-code/FluentEmail/issues/27)
14+
* Changed to .net 8.0, 9.0, 10.0 ([e1034c4](https://github.com/jcamp-code/FluentEmail/commit/e1034c46cf215e15fa9fcc51948055da04e67e01))
15+
16+
17+
### 🏡 Miscellaneous Chores
18+
19+
* Initial release-please setup ([#34](https://github.com/jcamp-code/FluentEmail/issues/34)) ([3657e64](https://github.com/jcamp-code/FluentEmail/commit/3657e6418637a1fc5988560d9dac2df03d8fc353))
20+
* Update Bootstrap tests ([4a352fe](https://github.com/jcamp-code/FluentEmail/commit/4a352fea3fb36ce6e51c65d97b23f7aabb41ca1b))
21+
* Update icons ([3292af1](https://github.com/jcamp-code/FluentEmail/commit/3292af18edd3e0ee93d6cd54c862b72efe05e2b3))
22+
* Update RazorLight ([985766c](https://github.com/jcamp-code/FluentEmail/commit/985766cd491868e58f22b84be570a3c22c40f54e)), closes [#24](https://github.com/jcamp-code/FluentEmail/issues/24)
23+
* Update unit tests to xunit and Awesome Assertions ([#32](https://github.com/jcamp-code/FluentEmail/issues/32)) ([fe6f017](https://github.com/jcamp-code/FluentEmail/commit/fe6f017a82aa6bbd2911b61fa26e8dc527057466))
24+
325
## v3.8.0
426

527
[compare changes](https://github.com/jcamp-code/FluentEmail/compare/v3.7.0...v3.8.0)

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.8.0</Version>
14+
<Version>4.0.0</Version>
1515

1616

1717
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)