Skip to content
Open
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.7.0] - 2026-08-28

## What's Changed
* MT-23076: support api token expiration by @oshchyhol in https://github.com/mailtrap/mailtrap-java/pull/68

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

**Full Changelog**: https://github.com/mailtrap/mailtrap-java/compare/v1.6.0...v1.7.0

## [1.6.0] - 2026-08-28

## What's Changed
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.6.0</version>
<version>1.7.0</version>

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