diff --git a/CHANGELOG.md b/CHANGELOG.md index 1885115..479b967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ccdf275..d2c8c68 100644 --- a/package.json +++ b/package.json @@ -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",