From 3199bcce1f84a752f6aca95e988ecab3db10a7ae Mon Sep 17 00:00:00 2001 From: Marcin Klocek Date: Tue, 17 Mar 2026 12:37:44 +0000 Subject: [PATCH] Release v4.5.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff9b201..5727a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.5.1] - 2026-03-17 + +- Fix Email Logs API multi-value filters query string to use brackets notation by @mklocek in https://github.com/mailtrap/mailtrap-nodejs/pull/118 + ## [4.5.0] - 2026-03-13 - docs: clarify API key generation link in README by @evatorium in https://github.com/mailtrap/mailtrap-nodejs/pull/109 diff --git a/package.json b/package.json index 537c652..f23a2fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mailtrap", "description": "Official mailtrap.io API client", - "version": "4.5.0", + "version": "4.5.1", "author": "Railsware Products Studio LLC", "dependencies": { "axios": ">=0.27",