Skip to content

Commit 9da2c88

Browse files
committed
Version 4.1.0
1 parent 8114775 commit 9da2c88

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [4.1.0] - 2025-04-18
2+
- Add support for `reply_to` in Sending API (in https://github.com/railsware/mailtrap-nodejs/pull/58, thanks to @aolamide).
3+
14
## [4.0.0] - 2025-02-28
25
- BREAKING CHANGE: Missing params for the Testing API (here) are treated as errors (throw new Error(...)), not warnings.
36
- BREAKING CHANGE: Removes send methods from the `BulkSendingAPI` and `TestingAPI` classes. There should be only one send method on the `MailtrapClient`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mailtrap",
33
"description": "Official mailtrap.io API client",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"author": "Railsware Products Studio LLC",
66
"dependencies": {
77
"axios": ">=0.27"

0 commit comments

Comments
 (0)