There was an error while loading. Please reload this page.
1 parent 7bf231d commit ac7fb7aCopy full SHA for ac7fb7a
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [2.9.0] - 2026-08-28
2
+
3
+## What's Changed
4
+* Add sending domain update and company info endpoints by @mklocek in https://github.com/mailtrap/mailtrap-python/pull/79
5
+* Add tracking opt-outs and create-suppression endpoints by @mklocek in https://github.com/mailtrap/mailtrap-python/pull/80
6
7
8
+**Full Changelog**: https://github.com/mailtrap/mailtrap-python/compare/v2.8.0...v2.9.0
9
10
## [2.8.0] - 2026-08-14
11
12
## What's Changed
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "mailtrap"
-version = "2.8.0"
+version = "2.9.0"
description = "Official mailtrap.io API client"
readme = "README.md"
license = {file = "LICENSE.txt"}
0 commit comments