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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.10.0] - 2026-08-28

## What's Changed
* MT-23488: fix bulk permissions request body field names by @oshchyhol in https://github.com/mailtrap/mailtrap-nodejs/pull/151
* Add sending domain update and company info endpoints by @mklocek in https://github.com/mailtrap/mailtrap-nodejs/pull/153
* Add tracking opt-outs and create-suppression endpoints by @mklocek in https://github.com/mailtrap/mailtrap-nodejs/pull/154

## New Contributors
* @oshchyhol made their first contribution in https://github.com/mailtrap/mailtrap-nodejs/pull/151

**Full Changelog**: https://github.com/mailtrap/mailtrap-nodejs/compare/v4.9.0...v4.10.0

## [4.9.0] - 2026-08-14

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mailtrap",
"description": "Official mailtrap.io API client",
"version": "4.9.0",
"version": "4.10.0",
"author": "Railsware Products Studio LLC",
"dependencies": {
"axios": ">=0.27",
Expand Down
Loading