Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.3.1] - 2026-07-10

## What's Changed
* Release v1.3.0 by @IgorDobryn in https://github.com/mailtrap/mailtrap-java/pull/52
* MT-22022: Add webhook signature verification helper by @Rabsztok in https://github.com/mailtrap/mailtrap-java/pull/53
* Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.22.0 by @dependabot[bot] in https://github.com/mailtrap/mailtrap-java/pull/55
* Add draft-release workflow placeholder by @IgorDobryn in https://github.com/mailtrap/mailtrap-java/pull/54
* Implement draft release by @IgorDobryn in https://github.com/mailtrap/mailtrap-java/pull/57

## New Contributors
* @Rabsztok made their first contribution in https://github.com/mailtrap/mailtrap-java/pull/53

**Full Changelog**: https://github.com/mailtrap/mailtrap-java/compare/v1.3.0...v1.3.1

## [1.3.0] - 2026-05-14

See https://github.com/mailtrap/mailtrap-java/releases/tag/v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mailtrap</groupId>
<artifactId>mailtrap-java</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>

<name>Mailtrap Java SDK</name>
<description>The official Mailtrap SDK for Java provides Java APIs
Expand Down