We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 722a718 + 4f6e3d7 commit 44cc71dCopy full SHA for 44cc71d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.1.0] - 2025-05-12
2
+- Add sandbox mode support in MailtrapClient
3
+ - It requires inbox_id parameter to be set
4
+- Add bulk mode support in MailtrapClient
5
+- Drop support python 3.6 - 3.8
6
+- Add support for python 3.12 - 3.13
7
+
8
## [2.0.1] - 2023-05-18
9
- Add User-Agent header to all requests
10
pyproject.toml
@@ -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"}
0 commit comments