From 7a143638662cd7f5c31f19778df682636d96490f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Jul 2026 06:46:44 +0000 Subject: [PATCH] Release v2.6.1 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d38f9..81c8071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.6.1] - 2026-07-08 + +## What's Changed +* Release v2.6.0 by @IgorDobryn in https://github.com/mailtrap/mailtrap-python/pull/66 +* MT-22022: Add webhook signature verification helper by @Rabsztok in https://github.com/mailtrap/mailtrap-python/pull/67 +* Add draft-release workflow placeholder by @IgorDobryn in https://github.com/mailtrap/mailtrap-python/pull/68 + +## New Contributors +* @Rabsztok made their first contribution in https://github.com/mailtrap/mailtrap-python/pull/67 + +**Full Changelog**: https://github.com/mailtrap/mailtrap-python/compare/v2.6.0...v2.6.1 + ## [2.6.0] - 2026-05-14 * Add missing endpoints by @IgorDobryn in https://github.com/mailtrap/mailtrap-python/pull/65 diff --git a/pyproject.toml b/pyproject.toml index 52742f3..7ed480a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mailtrap" -version = "2.6.0" +version = "2.6.1" description = "Official mailtrap.io API client" readme = "README.md" license = {file = "LICENSE.txt"}