Skip to content

Commit be11db7

Browse files
committedMar 6, 2025·
Bump version to 2.3.0
1 parent d9a145e commit be11db7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.3.0] - 2025-03-06
2+
3+
- Drop Ruby 3.0 support
4+
- Update dependencies
5+
16
## [2.2.0] - 2024-12-18
27

38
- Added `reply_to` parameter support

‎Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mailtrap (2.2.0)
4+
mailtrap (2.3.0)
55

66
GEM
77
remote: https://rubygems.org/

‎lib/mailtrap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Mailtrap
4-
VERSION = '2.2.0'
4+
VERSION = '2.3.0'
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.