From da86275468548bd91fe66dfcdb457b6a304b373a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Aug 2026 12:34:44 +0000 Subject: [PATCH] Release v1.4.0 --- CHANGELOG.md | 11 +++++++++++ pom.xml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ae5ba..eb200fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.4.0] - 2026-08-04 + +## What's Changed +* MT-22678: Add search query param to contact lists findAll by @Rabsztok in https://github.com/mailtrap/mailtrap-java/pull/56 +* Bump com.fasterxml.jackson.core:jackson-core from 2.22.0 to 2.22.1 by @dependabot[bot] in https://github.com/mailtrap/mailtrap-java/pull/63 +* Bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1 by @dependabot[bot] in https://github.com/mailtrap/mailtrap-java/pull/64 +* Add Inbound Email API support by @mklocek in https://github.com/mailtrap/mailtrap-java/pull/66 + + +**Full Changelog**: https://github.com/mailtrap/mailtrap-java/compare/v1.3.2...v1.4.0 + ## [1.3.2] - 2026-07-13 ## What's Changed diff --git a/pom.xml b/pom.xml index 27665fa..85f72b7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.mailtrap mailtrap-java - 1.3.2 + 1.4.0 Mailtrap Java SDK The official Mailtrap SDK for Java provides Java APIs