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 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"}