Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down