diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a55ae..a43010e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.5.0] - 2025-11-10 +- Add Contact Imports API +- Add Suppressions API +- Write the message IDs to the message when sending with Action Mailer +- Fix versioning :) + ## [2.4.1] - 2025-08-21 - Set `template_uuid` and `template_variables` when building mail from `Mail::Message` diff --git a/Gemfile.lock b/Gemfile.lock index 68bfdbd..4817096 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mailtrap (2.4.2) + mailtrap (2.5.0) base64 GEM diff --git a/lib/mailtrap/version.rb b/lib/mailtrap/version.rb index 9b7e313..d4d0879 100644 --- a/lib/mailtrap/version.rb +++ b/lib/mailtrap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Mailtrap - VERSION = '2.4.2' + VERSION = '2.5.0' end