We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ea472 commit ce25cdcCopy full SHA for ce25cdc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [2.5.0] - 2025-11-10
2
+- Add Contact Imports API
3
+- Add Suppressions API
4
+- Write the message IDs to the message when sending with Action Mailer
5
+- Fix versioning :)
6
+
7
## [2.4.1] - 2025-08-21
8
- Set `template_uuid` and `template_variables` when building mail from `Mail::Message`
9
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- mailtrap (2.4.2)
+ mailtrap (2.5.0)
base64
GEM
lib/mailtrap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Mailtrap
- VERSION = '2.4.2'
+ VERSION = '2.5.0'
end
0 commit comments