Skip to content
Merged
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.9.0"
version = "2.10.0"
description = "Official mailtrap.io API client"
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down
Loading