Skip to content

Commit

Permalink
Merge pull request #23 from railsware/release-2.1.0
Browse files Browse the repository at this point in the history
Release version 2.1.0
  • Loading branch information
leonid-shevtsov authored Jul 8, 2024
2 parents c223722 + 273ca14 commit 5428f4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.1.0] - 2024-07-08

- Fixed extraneous headers added by ActionMailer #21
- Dropped Ruby 2.7 support and added test coverage for Ruby up to 3.3 #22

## [2.0.0] - 2024-03-20

- Added arguments for `Mailtrap::Client`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mailtrap (2.0.0)
mailtrap (2.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/mailtrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Mailtrap
VERSION = '2.0.0'
VERSION = '2.1.0'
end

0 comments on commit 5428f4d

Please sign in to comment.