From 351cb1e807ca5f29d2581110c2a708fccdcc804a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Jul 2026 03:59:22 +0000 Subject: [PATCH] Release v4.8.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4d605..0ef796c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.8.0] - 2026-07-24 + +## What's Changed +* build(deps): bump axios from 1.16.0 to 1.18.0 by @dependabot[bot] in https://github.com/mailtrap/mailtrap-nodejs/pull/144 +* Add Inbound Email v2 API support by @mklocek in https://github.com/mailtrap/mailtrap-nodejs/pull/145 +* Sync webhook types with the current API by @mklocek in https://github.com/mailtrap/mailtrap-nodejs/pull/147 + +**Full Changelog**: https://github.com/mailtrap/mailtrap-nodejs/compare/v4.7.0...v4.8.0 + ## [4.7.0] - 2026-07-14 ## What's Changed diff --git a/package.json b/package.json index 4e0d83e..53149a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mailtrap", "description": "Official mailtrap.io API client", - "version": "4.7.0", + "version": "4.8.0", "author": "Railsware Products Studio LLC", "dependencies": { "axios": ">=0.27",