diff --git a/CHANGELOG.md b/CHANGELOG.md index 0908f9d..7c60dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.10.0] - 2026-08-31 + +## What's Changed +* MT-23076: support api token expiration in create and reset by @oshchyhol in https://github.com/mailtrap/mailtrap-python/pull/77 + +## New Contributors +* @oshchyhol made their first contribution in https://github.com/mailtrap/mailtrap-python/pull/77 + +**Full Changelog**: https://github.com/mailtrap/mailtrap-python/compare/v2.9.0...v2.10.0 + ## [2.9.0] - 2026-08-28 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index b98c5ce..8430c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mailtrap" -version = "2.9.0" +version = "2.10.0" description = "Official mailtrap.io API client" readme = "README.md" license = {file = "LICENSE.txt"}