diff --git a/CHANGELOG.md b/CHANGELOG.md index e6db683..60d1f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.16.0] - 2026-08-31 + +## What's Changed +* MT-23076: support expires_at for api token create and reset by @oshchyhol in https://github.com/mailtrap/mailtrap-ruby/pull/122 +* MT-23762: redact api token values from VCR cassettes by @oshchyhol in https://github.com/mailtrap/mailtrap-ruby/pull/125 + +## New Contributors +* @oshchyhol made their first contribution in https://github.com/mailtrap/mailtrap-ruby/pull/122 + +**Full Changelog**: https://github.com/mailtrap/mailtrap-ruby/compare/v2.15.0...v2.16.0 + ## [2.15.0] - 2026-08-28 ## What's Changed diff --git a/Gemfile.lock b/Gemfile.lock index 6208243..93d75e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mailtrap (2.15.0) + mailtrap (2.16.0) base64 GEM diff --git a/lib/mailtrap/version.rb b/lib/mailtrap/version.rb index 2bf0b73..a3960f6 100644 --- a/lib/mailtrap/version.rb +++ b/lib/mailtrap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Mailtrap - VERSION = '2.15.0' + VERSION = '2.16.0' end