From 1d3d84aae08558e21941f10fd1bca89d07cbf7b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Jul 2026 07:06:41 +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..0dd321b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.2.1] - 2026-07-10 + +## 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 ``` ---