From 40508a4b0e37ade57a509021ff1fcb0678f6b4ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Jul 2026 11:27:42 +0000 Subject: [PATCH] Release v3.2.1 --- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58671ac..2378a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.2.1] - 2026-07-09 + +## What's Changed +* Release v3.2.0 by @IgorDobryn in https://github.com/mailtrap/mailtrap-dotnet/pull/241 +* MT-22022: Add webhook signature verification helper by @Rabsztok in https://github.com/mailtrap/mailtrap-dotnet/pull/242 +* Add draft-release workflow placeholder by @IgorDobryn in https://github.com/mailtrap/mailtrap-dotnet/pull/243 + +## New Contributors +* @Rabsztok made their first contribution in https://github.com/mailtrap/mailtrap-dotnet/pull/242 + +**Full Changelog**: https://github.com/mailtrap/mailtrap-dotnet/compare/v3.2.0...v3.2.1 + # Changelog ## [Unreleased] diff --git a/README.md b/README.md index 05d57ba..ab93526 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ Replace GITHUB_PAT with the personal access token that is granted at least `read Then add the Mailtrap package: ```bash -dotnet add package Mailtrap -v 3.2.0 -s github-mailtrap +dotnet add package Mailtrap -v 3.2.1 -s github-mailtrap ``` Optionally, you can add the Mailtrap.Abstractions package: ```bash -dotnet add package Mailtrap.Abstractions -v 3.2.0 -s github-mailtrap +dotnet add package Mailtrap.Abstractions -v 3.2.1 -s github-mailtrap ``` ---