From 0698d1040a08a8513261f2111e77e009f3ce7877 Mon Sep 17 00:00:00 2001 From: Alex Shchyhol Date: Mon, 31 Aug 2026 22:18:32 +0200 Subject: [PATCH] MT-23076: mention #149 in the 4.10.0 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 479b967..bdd673b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * MT-23488: fix bulk permissions request body field names by @oshchyhol in https://github.com/mailtrap/mailtrap-nodejs/pull/151 * Add sending domain update and company info endpoints by @mklocek in https://github.com/mailtrap/mailtrap-nodejs/pull/153 * Add tracking opt-outs and create-suppression endpoints by @mklocek in https://github.com/mailtrap/mailtrap-nodejs/pull/154 +* MT-23076: support expires_at on api token create and reset by @oshchyhol in https://github.com/mailtrap/mailtrap-nodejs/pull/149 ## New Contributors * @oshchyhol made their first contribution in https://github.com/mailtrap/mailtrap-nodejs/pull/151