Skip to content

Commit 44cc71d

Browse files
Merge pull request #14 from railsware/release-2.1.0
Release v2.1.0
2 parents 722a718 + 4f6e3d7 commit 44cc71d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [2.0.1] - 2023-05-18
29
- Add User-Agent header to all requests
310

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mailtrap"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
description = "Official mailtrap.io API client"
55
readme = "README.md"
66
license = {file = "LICENSE.txt"}

0 commit comments

Comments
 (0)