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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.0] - 2025-05-12
- Add sandbox mode support in MailtrapClient
- It requires inbox_id parameter to be set
- Add bulk mode support in MailtrapClient
- Drop support python 3.6 - 3.8
- Add support for python 3.12 - 3.13

## [2.0.1] - 2023-05-18
- Add User-Agent header to all requests

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.0.1"
version = "2.1.0"
description = "Official mailtrap.io API client"
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down