Skip to content

Commit

Permalink
chore: release v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Nov 23, 2023
1 parent 8801ddd commit b64f449
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v3.6.0

### 🚀 Enhancements

- Update to latest Azure Email Client ([aa3a419](https://github.com/jcamp-code/FluentEmail/commit/aa3a419))
- Add UnDotNet.BootstrapEmail processing ([05cfca2](https://github.com/jcamp-code/FluentEmail/commit/05cfca2))

### 🏡 Chore

- Added README to all packages ([8801ddd](https://github.com/jcamp-code/FluentEmail/commit/8801ddd))

## v3.5.1

- Use GetCallingAssembly() rather than GetExecutingAssemby() in LiquidRenderer builder extensions
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.5.1</Version>
<Version>3.6.0</Version>


<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit b64f449

Please sign in to comment.