From a7a3a2be9b1779296e08c599796f48d1115f55bd Mon Sep 17 00:00:00 2001 From: Igor Dobryn Date: Thu, 14 May 2026 16:47:14 +0300 Subject: [PATCH 1/2] Bump up version to 2.6.0 Co-authored-by: Volodymyr Pihol --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05742b4..52742f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mailtrap" -version = "2.5.0" +version = "2.6.0" description = "Official mailtrap.io API client" readme = "README.md" license = {file = "LICENSE.txt"} From 01b8eb799246a3fca56085558662f84912413185 Mon Sep 17 00:00:00 2001 From: Igor Dobryn Date: Thu, 14 May 2026 16:48:58 +0300 Subject: [PATCH 2/2] Update changelog for 2.6.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index babfa55..76d38f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.6.0] - 2026-05-14 +* Add missing endpoints by @IgorDobryn in https://github.com/mailtrap/mailtrap-python/pull/65 + ## [2.5.0] - 2026-03-23 - Add optional `user_agent` parameter to `MailtrapClient` to set a custom User-Agent on all requests