From b15fcd64d5757ae0bda72bc2b70be34b5151e45b Mon Sep 17 00:00:00 2001 From: Volodymyr Pihol Date: Thu, 4 Dec 2025 18:56:02 +0200 Subject: [PATCH 1/2] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0688add..938e0a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mailtrap" -version = "2.3.0" +version = "2.4.0" description = "Official mailtrap.io API client" readme = "README.md" license = {file = "LICENSE.txt"} From 1800d47125d1c8a126074be560fc23b9131da2ac Mon Sep 17 00:00:00 2001 From: Volodymyr Pihol Date: Thu, 4 Dec 2025 18:57:35 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ccddc4..609b6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.4.0] - 2025-12-04 +* Fix issue #52: Update README.md using new guideline by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/55 +* Fix issue #53: Add full usage in all examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/56 +* Merge functionality and examples in Readme by @yanchuk in https://github.com/mailtrap/mailtrap-python/pull/57 +* Fix issue #54: Add SendingDomainsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/58 + ## [2.3.0] - 2025-10-24 * Fix issue #24: Add batch_send method to SendingApi, add models by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/47 * Fix issue #42: Add GeneralApi, related models, examples, tests. by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/48