Skip to content

Commit

Permalink
Merge pull request #19 from railsware/release-1.2.2
Browse files Browse the repository at this point in the history
Release version 1.2.2
  • Loading branch information
i7an authored Nov 9, 2023
2 parents 5dc59e4 + 9818cbc commit 1fd0e2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.2.2] - 2023-11-01

- Improved error handling

## [1.2.1] - 2023-04-12

- Set custom user agent
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 (1.2.1)
mailtrap (1.2.2)

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 = '1.2.1'
VERSION = '1.2.2'
end

0 comments on commit 1fd0e2a

Please sign in to comment.