Skip to content

Commit ce25cdc

Browse files
committed
Release version 2.5.0
1 parent c8ea472 commit ce25cdc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [2.4.1] - 2025-08-21
28
- Set `template_uuid` and `template_variables` when building mail from `Mail::Message`
39

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mailtrap (2.4.2)
4+
mailtrap (2.5.0)
55
base64
66

77
GEM

lib/mailtrap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Mailtrap
4-
VERSION = '2.4.2'
4+
VERSION = '2.5.0'
55
end

0 commit comments

Comments
 (0)