From fa78adf8f4196bcac6a7224e6a3ba044c626e2a2 Mon Sep 17 00:00:00 2001 From: Viktor Zahorodnii Date: Tue, 8 Jul 2025 15:59:43 +0300 Subject: [PATCH] Version 4.2.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f44ae5..393bb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.2.0] - 2025-07-08 +- Add support for [Batch Sending API](https://github.com/railsware/mailtrap-nodejs/pull/63). +- Add support for [Contacts API](https://github.com/railsware/mailtrap-nodejs/pull/64). +- Add support for [Contact Lists API](https://github.com/railsware/mailtrap-nodejs/pull/65). +- Add support for [Templates API](https://github.com/railsware/mailtrap-nodejs/pull/67). +- Add support for [Suppressions API](https://github.com/railsware/mailtrap-nodejs/pull/68). +- Make `testInboxId` optional in the `MailtrapClient` configuration (https://github.com/railsware/mailtrap-nodejs/pull/70). + ## [4.1.0] - 2025-04-18 - Add support for `reply_to` in Sending API (in https://github.com/railsware/mailtrap-nodejs/pull/58, thanks to @aolamide). diff --git a/package.json b/package.json index 2fb183d..d6edd2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mailtrap", "description": "Official mailtrap.io API client", - "version": "4.1.0", + "version": "4.2.0", "author": "Railsware Products Studio LLC", "dependencies": { "axios": ">=0.27"