Skip to content

Commit 50e892d

Browse files
Merge pull request #116 from mailtrap/release-v4.5.0
Release v4.5.0
2 parents 261babf + dbc284e commit 50e892d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## [Unreleased]
1+
## [4.5.0] - 2026-03-13
22

3-
- Add StatsApi with get, byDomain, byCategory, byEmailServiceProvider, byDate endpoints
4-
- Add Email Logs API
3+
- docs: clarify API key generation link in README by @evatorium in https://github.com/mailtrap/mailtrap-nodejs/pull/109
4+
- build(deps): bump axios from 1.12.0 to 1.13.5 by @dependabot[bot] in https://github.com/mailtrap/mailtrap-nodejs/pull/114
5+
- Add Stats API by @piobeny in https://github.com/mailtrap/mailtrap-nodejs/pull/115
6+
- Add support for Email Logs API by @mklocek in https://github.com/mailtrap/mailtrap-nodejs/pull/117
57

68
## [4.4.0] - 2025-12-08
79

package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
4+
"version": "4.5.0",
55
"author": "Railsware Products Studio LLC",
66
"dependencies": {
77
"axios": ">=0.27",

0 commit comments

Comments
 (0)