diff --git a/CHANGELOG.md b/CHANGELOG.md index e7208c3..ff9b201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -## [Unreleased] +## [4.5.0] - 2026-03-13 -- Add StatsApi with get, byDomain, byCategory, byEmailServiceProvider, byDate endpoints -- Add Email Logs API +- docs: clarify API key generation link in README by @evatorium in https://github.com/mailtrap/mailtrap-nodejs/pull/109 +- build(deps): bump axios from 1.12.0 to 1.13.5 by @dependabot[bot] in https://github.com/mailtrap/mailtrap-nodejs/pull/114 +- Add Stats API by @piobeny in https://github.com/mailtrap/mailtrap-nodejs/pull/115 +- Add support for Email Logs API by @mklocek in https://github.com/mailtrap/mailtrap-nodejs/pull/117 ## [4.4.0] - 2025-12-08 diff --git a/package.json b/package.json index d4511e6..537c652 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mailtrap", "description": "Official mailtrap.io API client", - "version": "4.4.0", + "version": "4.5.0", "author": "Railsware Products Studio LLC", "dependencies": { "axios": ">=0.27",